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