Removal of .env reference

This commit is contained in:
Marwolf
2018-07-31 15:52:40 -04:00
parent 0053e21792
commit e9c7e1c742

View File

@@ -71,8 +71,6 @@ services:
image: mariadb:10.3.8
container_name: mysql
restart: always
env_file:
- ".env"
environment:
- MYSQL_DATABASE=test
- MYSQL_ROOT_PASSWORD=root