initial
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
version: '2.1'
|
||||
services:
|
||||
flame:
|
||||
image: pawelmalak/flame:latest
|
||||
container_name: flame
|
||||
volumes:
|
||||
- /mnt/containers/flame/container-data:/app/data:Z
|
||||
- /var/run/docker.sock:/var/run/docker.sock # optional but required for Docker integration feature
|
||||
ports:
|
||||
- 5005:5005
|
||||
environment:
|
||||
- PASSWORD=flame_password
|
||||
restart: unless-stopped
|
||||
Reference in New Issue
Block a user