attempt to standardize container names somewhat
This commit is contained in:
parent
5db9f9f254
commit
5253c66b1c
7 changed files with 7 additions and 7 deletions
ansible/roles/seafile
|
@ -19,7 +19,7 @@ volumes:
|
|||
device: ":/mnt/data/seafile/db"
|
||||
|
||||
services:
|
||||
db:
|
||||
mariadb:
|
||||
image: mariadb:10.5
|
||||
environment:
|
||||
- MYSQL_ROOT_PASSWORD={{ db_root_passwd }}
|
||||
|
|
Reference in a new issue