fix docker compose
This commit is contained in:
parent
7935969282
commit
ee78c5760d
@ -6,8 +6,9 @@ services:
|
|||||||
context: ./docker
|
context: ./docker
|
||||||
dockerfile: ./Dockerfile.mariadb
|
dockerfile: ./Dockerfile.mariadb
|
||||||
environment:
|
environment:
|
||||||
- MARIADB_ALLOW_EMPTY_ROOT_PASSWORD=1
|
#- MARIADB_ALLOW_EMPTY_ROOT_PASSWORD=1
|
||||||
- MARIADB_USER=root
|
- MARIADB_ROOT_PASSWORD=SECRET
|
||||||
|
- MARIADB_USER=web
|
||||||
ports:
|
ports:
|
||||||
- 3306:3306
|
- 3306:3306
|
||||||
volumes:
|
volumes:
|
||||||
@ -19,6 +20,7 @@ services:
|
|||||||
dockerfile: ./docker/Dockerfile.php
|
dockerfile: ./docker/Dockerfile.php
|
||||||
volumes:
|
volumes:
|
||||||
- ./:/app
|
- ./:/app
|
||||||
|
user: "1000"
|
||||||
|
|
||||||
nginx:
|
nginx:
|
||||||
build:
|
build:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user