Simplify docker-compose file

This commit is contained in:
Maksym Pavlenko
2019-11-15 10:35:09 -08:00
parent 22e7165da1
commit a3738ff432
-1
View File
@@ -7,7 +7,6 @@ services:
restart: always
ports:
- 80:80
command: --config /app/config.toml
volumes:
- ./data:/app/data/
- ./config.toml:/app/config.toml