Removes unnecessary env variables
This commit is contained in:
parent
edacb41aa6
commit
297ae0b51e
@ -23,11 +23,6 @@ services:
|
||||
container_name: ${COMPOSE_PROJECT_NAME}_database
|
||||
volumes:
|
||||
- db:/var/lib/mysql
|
||||
environment:
|
||||
- MYSQL_DATABASE=${MYSQL_DATABASE:-wordpress}
|
||||
- MYSQL_USER=${MYSQL_USER:-wordpress}
|
||||
- MYSQL_PASSWORD=${MYSQL_PASSWORD:-fake}
|
||||
- MYSQL_ROOT_PASSWORD=${MYSQL_ROOT_PASSWORD:-fake}
|
||||
logging:
|
||||
driver: "json-file"
|
||||
options:
|
||||
|
Loading…
x
Reference in New Issue
Block a user