Map log file to the host

This commit is contained in:
Anton Zadvorny 2020-01-22 13:42:52 +03:00
parent 30059dd43a
commit 2d95141cf1
2 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,8 @@ services:
build:
context: ./gtfs2qr
container_name: gtfs2qr
volumes:
- ./logs.log:/opt/gtfs2qr/logs.log
environment:
- DB_HOST=localhost
- DB_PORT=3304

0
logs.log Normal file
View File