Skip to content

Commit

Permalink
misc(ci/cd): Join nginx network & always restart
Browse files Browse the repository at this point in the history
  • Loading branch information
xyzuan committed Nov 4, 2024
1 parent 946ffb0 commit c1eb3bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,5 @@ jobs:
docker rm -f xyzuan-api-v2-dev
echo 'Running the Docker Container...'
docker run -d -p 61131:3121 --name xyzuan-api-v2-dev ghcr.io/xyzuan/xyzuan_api_v2:dev
docker run -d -p 3121 --name xyzuan-api-v2-dev ghcr.io/xyzuan/xyzuan_api_v2:dev --restart=always --network nginx_default
EOF

0 comments on commit c1eb3bd

Please sign in to comment.