Actualiser docker-compose.yml
All checks were successful
SSH Frontend Deploy / ssh-deploy (push) Successful in 5s

This commit is contained in:
2025-04-26 22:14:53 +02:00
parent 325ccdc330
commit ef4e3d79da

View File

@@ -3,8 +3,8 @@ services:
image: nginx:latest image: nginx:latest
container_name: timelapse-frontend container_name: timelapse-frontend
ports: ports:
- "8093:80" - "80:80"
- "16443:443" - "443:443"
volumes: volumes:
- /home/timelapse/nginx:/usr/share/nginx/html - /home/timelapse/nginx:/usr/share/nginx/html
- nginx-config:/etc/nginx - nginx-config:/etc/nginx