fix docker compose

This commit is contained in:
Ulf Gebhardt 2023-10-27 16:53:04 +02:00
parent 7935969282
commit ee78c5760d
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -6,8 +6,9 @@ services:
context: ./docker
dockerfile: ./Dockerfile.mariadb
environment:
- MARIADB_ALLOW_EMPTY_ROOT_PASSWORD=1
- MARIADB_USER=root
#- MARIADB_ALLOW_EMPTY_ROOT_PASSWORD=1
- MARIADB_ROOT_PASSWORD=SECRET
- MARIADB_USER=web
ports:
- 3306:3306
volumes:
@ -19,6 +20,7 @@ services:
dockerfile: ./docker/Dockerfile.php
volumes:
- ./:/app
user: "1000"
nginx:
build: