Skip to content

Commit 2388904

Browse files
authored
Fix volume path syntax in compose.yaml (#287)
1 parent 9228ce2 commit 2388904

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

services/open-webui/compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ services:
5757
- WEBUI_SECRET_KEY=${WEBUI_SECRET_KEY}
5858
- TZ=${TZ}
5959
volumes:
60-
- ./$(SERVICE)-data:/app/backend/data
60+
- ./${SERVICE}-data:/app/backend/data
6161
depends_on:
6262
tailscale:
6363
condition: service_healthy

0 commit comments

Comments
 (0)