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

@@ -22,7 +22,7 @@ services:
networks:
- traefik
volumes:
- smokeping:/data
- smokeping_data:/data
#configs:
# - source: smokeping
# target: /config/
@@ -42,7 +42,7 @@ services:
networks:
- gotify
volumes:
- ddclient:/data
- ddclient_data:/data
configs:
- source: ddclient
target: /config/ddclient.conf.tpl
@@ -62,12 +62,12 @@ networks:
external: true
volumes:
smokeping:
smokeping_data:
driver_opts:
type: none
o: bind
device: ${MOUNT_DIR?}/smokeping/data/
ddclient:
ddclient_data:
driver_opts:
type: none
o: bind