chore: put nginx on another port
This commit is contained in:
parent
b3699d1069
commit
4dcd304945
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ services:
|
||||||
nginx:
|
nginx:
|
||||||
image: nginx:latest
|
image: nginx:latest
|
||||||
ports:
|
ports:
|
||||||
- "80:80"
|
- "4555:80"
|
||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
- static:/app/staticfiles
|
- static:/app/staticfiles
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue