update docker

This commit is contained in:
Matthieu Lamalle 2020-01-23 11:01:38 +01:00
parent 3a9243bfb8
commit 5666c01bdc
1 changed files with 2 additions and 2 deletions

View File

@ -13,8 +13,8 @@ services:
links: links:
- postgres - postgres
#command: tail -F /var/log #command: tail -F /var/log
command: python /srv/src/risotto/script/server.py command: python -u /srv/src/risotto/script/server.py
restart: unless-stopped restart: on-failure
postgres: postgres:
image: postgres:11-alpine image: postgres:11-alpine
environment: environment: