Use underscores

This commit is contained in:
Luke Murphy 2020-06-17 23:23:33 +02:00
parent 956c67481f
commit e28791d931
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 2 additions and 2 deletions

View File

@ -71,8 +71,8 @@ services:
- MYSQL_PASSWORD_FILE=/run/secrets/db_user_passwd
- MYSQL_ROOT_PASSWORD_FILE=/run/secrets/db_root_passwd
secrets:
- db-root-passwd
- db-user-passwd
- db_root_passwd
- db_user_passwd
volumes:
- "mariadb:/var/lib/mariadb"
networks: