fix docker

This commit is contained in:
Lea 2023-03-17 17:54:04 +01:00
parent f7fb98f043
commit 395c5b0b02
Signed by: Lea
GPG key ID: 1BAFFE8347019C42

View file

@ -4,3 +4,7 @@ services:
restart: unless-stopped
env_file:
- .env
environment:
- DB_FILE=/db.json
volumes:
- ./db.json:/db.json:rw