Update docker-compose environemnte variables
This commit is contained in:
parent
ed474bd94c
commit
d4e8c8b49b
@ -1,13 +1,18 @@
|
||||
version: "2.4"
|
||||
services:
|
||||
db:
|
||||
image: mariadb
|
||||
image: mariadb:10.8.2
|
||||
restart: always
|
||||
user: ${USER_GROUP}
|
||||
environment:
|
||||
- MARIADB_RANDOM_ROOT_PASSWORD
|
||||
- MARIADB_DATABASE
|
||||
- MARIADB_USER
|
||||
- MARIADB_PASSWORD
|
||||
volumes:
|
||||
- ./db:/var/lib/mysql
|
||||
drupal:
|
||||
build: .
|
||||
restart: always
|
||||
ports:
|
||||
- 8088:80
|
||||
- 8888:80
|
||||
|
Loading…
Reference in New Issue
Block a user