Skip to content

Commit

Permalink
chore: use --network bridge
Browse files Browse the repository at this point in the history
  • Loading branch information
avdeev committed Apr 14, 2020
1 parent 00bba1f commit 164327b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,4 @@ jobs:
docker pull $IMAGE:latest
docker stop caddy || true && docker rm caddy || true
docker run -d --name caddy -p 80:80 -p 443:443 -v caddy_data:/data -v caddy_config:/config $IMAGE:latest
docker run -d --name caddy -p 80:80 -p 443:443 -v caddy_data:/data -v caddy_config:/config --network bridge $IMAGE:latest

0 comments on commit 164327b

Please sign in to comment.