Removes unnecessary env variables
This commit is contained in:
parent
edacb41aa6
commit
297ae0b51e
@ -22,12 +22,7 @@ services:
|
|||||||
image: ${IMAGE_DATABASE:-database}
|
image: ${IMAGE_DATABASE:-database}
|
||||||
container_name: ${COMPOSE_PROJECT_NAME}_database
|
container_name: ${COMPOSE_PROJECT_NAME}_database
|
||||||
volumes:
|
volumes:
|
||||||
- db:/var/lib/mysql
|
- 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:
|
logging:
|
||||||
driver: "json-file"
|
driver: "json-file"
|
||||||
options:
|
options:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user