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:
|
||||
image: nginx:latest
|
||||
ports:
|
||||
- "80:80"
|
||||
- "4555:80"
|
||||
restart: always
|
||||
volumes:
|
||||
- static:/app/staticfiles
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue