Added restart to docker files
This commit is contained in:
@@ -10,6 +10,8 @@ services:
|
|||||||
- traefik_web
|
- traefik_web
|
||||||
volumes:
|
volumes:
|
||||||
- www-data:/usr/share/nginx/html/
|
- www-data:/usr/share/nginx/html/
|
||||||
|
restart: always
|
||||||
|
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
www-data:
|
www-data:
|
||||||
@@ -17,3 +19,4 @@ volumes:
|
|||||||
networks:
|
networks:
|
||||||
traefik_web:
|
traefik_web:
|
||||||
external: true
|
external: true
|
||||||
|
|
||||||
|
|||||||
@@ -25,7 +25,8 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
- web
|
- web
|
||||||
extra_hosts:
|
extra_hosts:
|
||||||
- host.docker.internal:172.17.0.1
|
- host.docker.internal:172.17.0.1
|
||||||
|
restart: always
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
letsencrypt:
|
letsencrypt:
|
||||||
|
|||||||
Reference in New Issue
Block a user