add comment to docker-compose.yml

This commit is contained in:
Daniel Langbein 2022-11-20 14:25:03 +01:00
parent c4270445a6
commit 51dbeae02c

View File

@ -6,7 +6,7 @@ services:
restart: unless-stopped
environment:
- PYTHONPATH=/usr/src/ # pythonpath is required to import from self created modules ("from langfingaz ...")
- PYTHONUNBUFFERED=1
- PYTHONUNBUFFERED=1 # unbuffered output, otherwise script sleeps before any output appears
volumes:
- ./secret:/usr/secret
- ./data:/usr/data