mirror of
https://github.com/pawelmalak/flame.git
synced 2025-08-05 19:05:18 +02:00
Dockerfile changes
This commit is contained in:
parent
08afaece2e
commit
b4eb35c591
4 changed files with 16 additions and 5 deletions
10
.docker/docker-compose.yml
Normal file
10
.docker/docker-compose.yml
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue