Skip to content

Commit

Permalink
Fix volume pathing
Browse files Browse the repository at this point in the history
  • Loading branch information
Layoric committed Dec 4, 2024
1 parent 8f55ab3 commit 50e3064
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ builder:
arch: amd64

volumes:
- "/opt/docker/MyApp/App_Data:/app/App_Data"
- "/opt/docker/ai-server/App_Data:/app/App_Data"
- "/opt/docker/ai-server/files:/app/files"

accessories:
litestream:
Expand Down

0 comments on commit 50e3064

Please sign in to comment.