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
container_name: timelapse-frontend
ports:
- "8093:80"
- "16443:443"
- "80:80"
- "443:443"
volumes:
- /home/timelapse/nginx:/usr/share/nginx/html
- nginx-config:/etc/nginx