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