Updated Docker Integration (markdown)

Ben Phelps
2022-09-17 14:06:45 +03:00
parent 800b6e5e8f
commit 315abfd41c

@@ -27,7 +27,7 @@ homepage:
- /path/to/config:/app/config
- /var/run/docker.sock:/var/run/docker.sock # This passes your local docker socket to the container
ports:
- 3003:3000
- 3000:3000
restart: unless-stopped
```