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

This commit is contained in:
2025-04-26 22:18:14 +02:00
parent ef4e3d79da
commit a3e59c0a4e

View File

@@ -6,7 +6,7 @@ services:
- "80:80"
- "443:443"
volumes:
- /home/timelapse/nginx:/usr/share/nginx/html
- ./:/usr/share/nginx/html
- nginx-config:/etc/nginx
environment:
- NGINX_VERSION=1.27.1
@@ -17,7 +17,6 @@ services:
restart: always
networks:
- bridge
- timelapse_network
volumes:
nginx-config:
@@ -26,5 +25,3 @@ volumes:
networks:
bridge:
driver: bridge
timelapse_network:
driver: bridge