Skip to content

Commit

Permalink
chore(docker): change container name for nginx
Browse files Browse the repository at this point in the history
  • Loading branch information
Caknoooo committed Jan 19, 2025
1 parent f3ba972 commit 3dffc32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ services:

nginx:
image: nginx:latest
container_name: nginx
container_name: ${APP_NAME:-go-gin-clean-starter}-nginx
ports:
- ${NGINX_PORT:-81}:80
volumes:
Expand Down

0 comments on commit 3dffc32

Please sign in to comment.