port change

This commit is contained in:
2025-08-25 18:03:03 +01:00
parent da44e79923
commit 9ecb3f41ed

View File

@@ -6,6 +6,6 @@ services:
container_name: hello-nginx container_name: hello-nginx
restart: unless-stopped restart: unless-stopped
ports: ports:
- "8080:80" - "8082:80"
volumes: volumes:
- ./html:/usr/share/nginx/html:ro - ./html:/usr/share/nginx/html:ro