Added restart to docker files
This commit is contained in:
@@ -10,10 +10,13 @@ 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:
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
traefik_web:
|
traefik_web:
|
||||||
external: true
|
external: true
|
||||||
|
|
||||||
|
|||||||
@@ -25,11 +25,12 @@ 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:
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
web:
|
web:
|
||||||
name: traefik_web
|
name: traefik_web
|
||||||
|
|||||||
Reference in New Issue
Block a user