Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SeoulSKY committed Feb 27, 2024
1 parent e043214 commit a9de66b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docker-compose-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ services:
volumes:
- ./logs:/app/logs
- ./cache:/app/cache
- ./cache/algos_packages:~/.local/share/argos-translate/packages/
- ./cache/algos_cache:~/.local/cache/argos-translate/
- ./cache/algos_packages:${HOME}/.local/share/argos-translate/packages/
- ./cache/algos_cache:${HOME}/.local/cache/argos-translate/
env_file:
- .env

Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ services:
volumes:
- ./logs:/app/logs
- ./cache:/app/cache
- ./cache/algos_packages:~/.local/share/argos-translate/packages/
- ./cache/algos_cache:~/.local/cache/argos-translate/
- ./cache/algos_packages:${HOME}/.local/share/argos-translate/packages/
- ./cache/algos_cache:${HOME}/.local/cache/argos-translate/
env_file:
- .env

Expand Down

0 comments on commit a9de66b

Please sign in to comment.