1
0
Fork 0
mirror of https://github.com/pawelmalak/flame.git synced 2025-08-09 12:35:18 +02:00

Fixed infinite data fetching bug on homescreen. Docker files

This commit is contained in:
unknown 2021-06-14 12:13:38 +02:00
parent ff1d11f512
commit ad5e7646c1
4 changed files with 37 additions and 2 deletions

10
docker-compose.yml Normal file
View file

@ -0,0 +1,10 @@
version: "3"
services:
flame:
image: pawelmalak/flame
container_name: flame
volumes:
- /path/to/data:/app/data
ports:
- 5005:5005
restart: unless-stopped