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,10 +10,13 @@ services:
- traefik_web
volumes:
- www-data:/usr/share/nginx/html/
restart: always
volumes:
www-data:
networks:
traefik_web:
external: true
external: true

View File

@@ -25,11 +25,12 @@ services:
networks:
- web
extra_hosts:
- host.docker.internal:172.17.0.1
- host.docker.internal:172.17.0.1
restart: always
volumes:
letsencrypt:
networks:
web:
name: traefik_web
name: traefik_web