Update compose.yaml

changed volume to /app/config
This commit is contained in:
lllllllillllllillll 2024-06-15 02:27:08 -07:00 committed by GitHub
parent 4b5ae32a97
commit a67f65996e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ services:
ports: ports:
- 8000:8000 - 8000:8000
volumes: volumes:
- dweebui:/app - dweebui:/app/config
# Docker socket # Docker socket
- /var/run/docker.sock:/var/run/docker.sock - /var/run/docker.sock:/var/run/docker.sock
# Podman socket # Podman socket