dashboard

This commit is contained in:
Bastian Wagner
2026-05-07 17:39:41 +02:00
parent 3e743de61e
commit 29eab65194

View File

@@ -6,6 +6,6 @@ services:
volumes: volumes:
- ./data:/data - ./data:/data
ports: ports:
- "127.0.0.1:8080:8080" - "8080:8080"
restart: unless-stopped restart: unless-stopped
command: ["serve"] command: ["serve"]