mirror of
https://github.com/pawelmalak/flame.git
synced 2026-02-28 01:13:11 +08:00
fix optional docker.sock mount
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user