Added restart to docker files

This commit is contained in:
2024-02-16 08:52:48 +01:00
parent 2a7fbe790d
commit c273decbc1
2 changed files with 7 additions and 3 deletions

View File

@@ -10,6 +10,8 @@ services:
- traefik_web
volumes:
- www-data:/usr/share/nginx/html/
restart: always
volumes:
www-data:
@@ -17,3 +19,4 @@ volumes:
networks:
traefik_web:
external: true

View File

@@ -25,7 +25,8 @@ services:
networks:
- web
extra_hosts:
- host.docker.internal:172.17.0.1
- host.docker.internal:172.17.0.1
restart: always
volumes:
letsencrypt: