fix: docker-compose

This commit is contained in:
meeg_leeto 2022-04-21 17:52:05 +01:00
parent 1cc260b998
commit 6f4a1c25c9
1 changed files with 2 additions and 2 deletions

View File

@ -3,8 +3,8 @@ services:
lonk:
build: .
environment:
- LONK_CONFIG: /data/config.json
- PROFILE: debug
- LONK_CONFIG="/data/config.json"
- PROFILE="debug"
volumes:
- ./data:/data
redis: