set config to ./config

pull/2825/head
David Dean 4 months ago committed by GitHub
parent 9e350802b7
commit ac149cc166
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -75,7 +75,7 @@ services:
ports:
- 3000:3000
volumes:
- /path/to/config:/app/config # Make sure your local config directory exists
- ./config:/app/config # Make sure your local config directory exists
- /var/run/docker.sock:/var/run/docker.sock:ro # optional, for docker integrations
restart: unless-stopped
```

Loading…
Cancel
Save