We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9228ce2 commit 2388904Copy full SHA for 2388904
1 file changed
services/open-webui/compose.yaml
@@ -57,7 +57,7 @@ services:
57
- WEBUI_SECRET_KEY=${WEBUI_SECRET_KEY}
58
- TZ=${TZ}
59
volumes:
60
- - ./$(SERVICE)-data:/app/backend/data
+ - ./${SERVICE}-data:/app/backend/data
61
depends_on:
62
tailscale:
63
condition: service_healthy
0 commit comments