mirror of
https://github.com/SelfhostedPro/selfhosted_templates.git
synced 2026-04-02 10:52:21 +00:00
[portainer-2.0] Fixing volume paths in stacks
This commit is contained in:
@@ -27,5 +27,5 @@ services:
|
||||
- MYSQL_USER=nextcloud
|
||||
- MYSQL_PASSWORD=${DATABASE_PASSWORD}
|
||||
volumes:
|
||||
- /portainer/AppData/Config/Nextcloud/DB:/config
|
||||
- /portainer/Files/AppData/Config/Nextcloud/DB:/config
|
||||
restart: unless-stopped
|
||||
|
||||
@@ -8,7 +8,7 @@ services:
|
||||
hostname: pritunldb
|
||||
network_mode: bridge
|
||||
volumes:
|
||||
- /portainer/AppData/Pritunl/db:/data/db
|
||||
- /portainer/Files/AppData/Pritunl/db:/data/db
|
||||
|
||||
pritunl:
|
||||
image: goofball222/pritunl:latest
|
||||
|
||||
Reference in New Issue
Block a user