Fixes container restart policy

This commit is contained in:
Jan Beilicke 2023-10-29 21:56:57 +01:00
parent 9ffd149c65
commit 1961184f93

View file

@ -22,6 +22,7 @@ services:
nextcloud-app:
image: nextcloud:27-fpm-alpine
restart: unless-stopped
container_name: nextcloud-app
depends_on:
- mysqldb
@ -42,7 +43,7 @@ services:
web:
image: nginx
restart: always
restart: unless-stopped
depends_on:
- nextcloud-app
volumes: