This commit is contained in:
traveler 2025-03-07 20:50:49 -06:00
parent 801fc8d1ce
commit 10f4082533

View file

@ -14,7 +14,7 @@ services:
- netgrimoire - netgrimoire
volumes: volumes:
#- "./db:/var/lib/mysql" #- "./db:/var/lib/mysql"
- libre_dbase:/data/db - libre_dbase:/var/lib/mysql
environment: environment:
- "TZ=${TZ}" - "TZ=${TZ}"
- "MARIADB_RANDOM_ROOT_PASSWORD=yes" - "MARIADB_RANDOM_ROOT_PASSWORD=yes"
@ -166,6 +166,7 @@ services:
- "SIDECAR_SNMPTRAPD=1" - "SIDECAR_SNMPTRAPD=1"
restart: always restart: always
volumes:
libre_dbase: libre_dbase:
driver: local driver: local