Skip to content

Commit

Permalink
fix(dev-docker): fix source volume path
Browse files Browse the repository at this point in the history
  • Loading branch information
nijel committed Nov 6, 2024
1 parent bef3512 commit acb29cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ services:
# Local data directory
- $PWD/data:/app/data
# Override Weblate with local dir
- $PWD/../weblate:/app/src
- $PWD/..:/app/src
restart: always
depends_on:
- database
Expand Down

0 comments on commit acb29cc

Please sign in to comment.