restart-Policy geändert zu NO
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
services:
|
services:
|
||||||
nextcloud:
|
nextcloud:
|
||||||
container_name: nextcloud
|
container_name: nextcloud
|
||||||
restart: unless-stopped
|
restart: "no" #unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- ./nextcloud-data:/var/www/html
|
- ./nextcloud-data:/var/www/html
|
||||||
# - /media/webdav/Dokumente:/mnt/WebDav_Dokumente
|
# - /media/webdav/Dokumente:/mnt/WebDav_Dokumente
|
||||||
|
|||||||
Reference in New Issue
Block a user