port 8000
This commit is contained in:
parent
72df3faf18
commit
887777f0e3
@ -18,7 +18,7 @@ services:
|
|||||||
image: nginx:1.28-bookworm
|
image: nginx:1.28-bookworm
|
||||||
restart: always
|
restart: always
|
||||||
ports:
|
ports:
|
||||||
- "80:80"
|
- "8000:80"
|
||||||
volumes:
|
volumes:
|
||||||
- ./nginx.conf:/etc/nginx/conf.d/default.conf
|
- ./nginx.conf:/etc/nginx/conf.d/default.conf
|
||||||
- static_volume:/static
|
- static_volume:/static
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user