Skip to content
Binary file added Images/dradis-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions Template/Stack/nextcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ services:
- PUID=${PUID}
- PGID=${PGID}
- MYSQL_ROOT_PASSWORD=${MYSQL_ROOT_PASSWORD}
- TZ=${Timezone}
- TZ=${TZ}
- MYSQL_DATABASE=nextcloud_db
- MYSQL_USER=nextcloud
- MYSQL_PASSWORD=${DATABASE_PASSWORD}
volumes:
- /portainer/AppData/Config/Nextcloud/DB:/config
- /portainer/Files/AppData/Config/Nextcloud/DB:/config
restart: unless-stopped
2 changes: 1 addition & 1 deletion Template/Stack/pritunl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading