Fix global config path for nextcloud
This commit is contained in:
parent
5efd8fc4b8
commit
3148a60795
|
@ -225,7 +225,7 @@ services:
|
||||||
- confignextcloud:/config
|
- confignextcloud:/config
|
||||||
- nextclouddata:/data
|
- nextclouddata:/data
|
||||||
- torrents:/torrents
|
- torrents:/torrents
|
||||||
- config:/config
|
- config:/seedbox-config
|
||||||
environment:
|
environment:
|
||||||
- GID=${PGID}
|
- GID=${PGID}
|
||||||
- UID=${PUID}
|
- UID=${PUID}
|
||||||
|
|
Loading…
Reference in New Issue