Actualiser docker-compose.yml
All checks were successful
SSH Frontend Deploy / ssh-deploy (push) Successful in 57s
All checks were successful
SSH Frontend Deploy / ssh-deploy (push) Successful in 57s
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user