Browse Source

Update compose.yaml

changed volume to /app/config
lllllllillllllillll 1 year ago
parent
commit
a67f65996e
1 changed files with 2 additions and 2 deletions
  1. 2 2
      compose.yaml

+ 2 - 2
compose.yaml

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