Remove empty environment from docker-compose (#230)

This commit is contained in:
Francois 2016-07-28 18:13:12 +02:00 committed by Bill Maxwell
parent f911b09d67
commit 9b26d8da62

View File

@ -4,7 +4,6 @@ owncloud:
- "80:80" - "80:80"
links: links:
- db - db
environment:
db: db:
image: mariadb image: mariadb