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