Update docker-compose variables

This commit is contained in:
Luca 2022-10-19 21:36:03 +00:00
parent b63eb427bf
commit 3772160a29
2 changed files with 3 additions and 1 deletions

View File

@ -3,7 +3,7 @@ services:
db:
image: mariadb
restart: always
user: 1000:1000
user: ${USER_GROUP}
volumes:
- ./db:/var/lib/mysql
drupal:

View File

@ -1,3 +1,5 @@
USER_GROUP=1000:1000
MARIADB_RANDOM_ROOT_PASSWORD=true
MARIADB_DATABASE=artxibo
MARIADB_USER=artxibo