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

fix optional docker.sock mount

This commit is contained in:
Pablo Ruiz 2021-08-05 08:56:02 +02:00
parent b53509aa69
commit 39349dded1
2 changed files with 10 additions and 3 deletions

View file

@ -74,7 +74,7 @@ services:
container_name: flame
volumes:
- <host_dir>:/app/data
- /var/run/docker.sock:/var/sock/docker.sock # Docker socket
- /var/run/docker.sock:/var/sock/docker.sock # optional but required for Docker integration feature
ports:
- 5005:5005
restart: unless-stopped