fix: restart container

This commit is contained in:
relikd
2023-05-30 19:04:03 +02:00
parent 121dfaee62
commit c0f5947bbf

View File

@@ -11,7 +11,7 @@ services:
- django-static:/var/www/html/static
links:
- app
restart: "on-failure"
restart: unless-stopped
app:
container_name: app
@@ -25,7 +25,7 @@ services:
volumes:
- django-static:/var/www/html/static
- ./data:/django_project/data:rw
restart: "on-failure"
restart: unless-stopped
volumes:
django-static: