Prepend _data suffix for data volumes

This commit is contained in:
Colin Hebert
2022-12-28 18:15:01 +01:00
parent 2e73056646
commit 06795b970e
3 changed files with 8 additions and 8 deletions

View File

@@ -10,7 +10,7 @@ services:
- gotify
- traefik
volumes:
- gotify:/app/data
- gotify_data:/app/data
secrets:
- admin_password
restart: unless-stopped
@@ -25,7 +25,7 @@ networks:
external: true
volumes:
gotify:
gotify_data:
driver_opts:
type: none
o: bind