Skip to content

Commit 50e3064

Browse files
committed
Fix volume pathing
1 parent 8f55ab3 commit 50e3064

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

config/deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ builder:
4949
arch: amd64
5050

5151
volumes:
52-
- "/opt/docker/MyApp/App_Data:/app/App_Data"
52+
- "/opt/docker/ai-server/App_Data:/app/App_Data"
53+
- "/opt/docker/ai-server/files:/app/files"
5354

5455
accessories:
5556
litestream:

0 commit comments

Comments
 (0)