set port 80

This commit is contained in:
David Bomba
2024-12-03 15:01:08 +11:00
parent 5e40e34943
commit d5ed1935f7

View File

@@ -34,7 +34,7 @@ services:
image: nginx:alpine image: nginx:alpine
restart: unless-stopped restart: unless-stopped
ports: ports:
- "8012:80" - "80:80"
volumes: volumes:
- ./nginx:/etc/nginx/conf.d:ro - ./nginx:/etc/nginx/conf.d:ro
- app_storage:/var/www/html/storage:ro - app_storage:/var/www/html/storage:ro