port 8000

This commit is contained in:
Irwan Cahyono 2025-06-30 15:02:13 +07:00
parent 72df3faf18
commit 887777f0e3

View File

@ -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