Named volume for Mysql

This commit is contained in:
3wc 2022-03-22 22:54:03 +02:00
parent 0e23982e22
commit f1d76714be
1 changed files with 5 additions and 0 deletions

View File

@ -36,6 +36,11 @@ services:
- "MYSQL_DATABASE=limesurvey"
- "MYSQL_PASSWORD=secret"
- "MYSQL_ROOT_PASSWORD=secret"
volumes:
- mariadb:/var/lib/mysql
volumes:
mariadb:
networks:
proxy: