Mount docker config to dockge

This commit is contained in:
Ryan Harg 2024-12-02 14:39:19 +01:00
parent c9becab263
commit c417eb9a14

View file

@ -7,7 +7,8 @@ services:
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- ./data:/app/data
# Stacks Directory
- $HOME/.docker:/root/.docker:ro
# Stacks Directory
# ⚠️ READ IT CAREFULLY. If you did it wrong, your data could end up writing into a WRONG PATH.
# ⚠️ 1. FULL path only. No relative path (MUST)
# ⚠️ 2. Left Stacks Path === Right Stacks Path (MUST)