changed nginx external port, because port 80 is set for traefik
This commit is contained in:
parent
61149eadee
commit
2fda59f451
@ -8,7 +8,7 @@ services:
|
||||
nginx:
|
||||
image: nginx
|
||||
ports:
|
||||
- "80:80"
|
||||
- "8004:80"
|
||||
volumes:
|
||||
- ./nginx.conf:/etc/nginx/nginx.conf:ro
|
||||
labels:
|
||||
|
Loading…
x
Reference in New Issue
Block a user