Mount docker config to dockge
This commit is contained in:
parent
c9becab263
commit
c417eb9a14
1 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue