revert seafile naming changes

This commit is contained in:
Pim Kunis 2023-08-22 22:52:51 +02:00
parent 6b126e3baa
commit c59dcbeaae

View file

@ -19,7 +19,7 @@ volumes:
device: ":/mnt/data/seafile/db" device: ":/mnt/data/seafile/db"
services: services:
mariadb: db:
image: mariadb:10.5 image: mariadb:10.5
environment: environment:
- MYSQL_ROOT_PASSWORD={{ db_root_passwd }} - MYSQL_ROOT_PASSWORD={{ db_root_passwd }}
@ -48,7 +48,7 @@ services:
volume: volume:
nocopy: true nocopy: true
environment: environment:
- DB_HOST=db - DB_HOST=db
- DB_ROOT_PASSWD={{ db_root_passwd }} - DB_ROOT_PASSWD={{ db_root_passwd }}
- TIME_ZONE=Europe/Amsterdam - TIME_ZONE=Europe/Amsterdam
- SEAFILE_ADMIN_EMAIL={{ seafile_admin_email }} - SEAFILE_ADMIN_EMAIL={{ seafile_admin_email }}