Skip to content

Commit

Permalink
changed nginx host port to 81
Browse files Browse the repository at this point in the history
  • Loading branch information
popenc committed Mar 20, 2024
1 parent ba1f780 commit b00df56
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 @@ -11,7 +11,7 @@ services:
image: ghcr.io/quanted/vb_nginx:dev-aws
container_name: vb-nginx
ports:
- "80:80"
- "81:80"
links:
- vb-django:uwsgi_django
volumes:
Expand Down

0 comments on commit b00df56

Please sign in to comment.