Skip to content

Commit 5602af0

Browse files
authored
added data persistence to the nextcloud
following the description and support of linuxserver.io the nextcloud container stores it's users files in the /data directory [...] i hope nobody is running this bug in prod...
1 parent 12c456e commit 5602af0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Template/Stack/nextcloud.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ services:
1010
- TZ=${TZ}
1111
volumes:
1212
- /portainer/Files/AppData/Config/Nextcloud/Config:/config
13+
- /portainer/Files/AppData/Config/Nextcloud/Data:/data
1314
ports:
1415
- ${PORT}:443
1516
restart: unless-stopped

0 commit comments

Comments
 (0)