Skip to content

Commit a558e1c

Browse files
committed
Updated to use local mongodb server on the VPS
1 parent 4c5e500 commit a558e1c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,5 +74,5 @@ jobs:
7474
7575
docker pull $IMAGE
7676
docker rm -f $CONTAINER || true
77-
sudo docker run -d --env-file /opt/fops/.env --publish 8080:8080 --name $CONTAINER $IMAGE
77+
sudo docker run -d --add-host=host.docker.internal:host-gateway --env-file /opt/fops/.env --publish 8080:8080 --name $CONTAINER $IMAGE
7878
EOF

0 commit comments

Comments
 (0)