Skip to content

Commit

Permalink
fix: path of the jwt_keys volume
Browse files Browse the repository at this point in the history
  • Loading branch information
botisSmile committed Oct 8, 2024
1 parent eb4c6db commit 3a3cbc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ services:
COMPOSER_AUTH: ${COMPOSER_AUTH:-}
volumes:
- php_static_files:/app/public:rw
- jwt_keys:/srv/api/config/jwt
- jwt_keys:/app/config/jwt
depends_on:
- database
- search
Expand Down

0 comments on commit 3a3cbc3

Please sign in to comment.