Skip to content

Commit

Permalink
fix(docker-compose): incorrectly mounting credentials file
Browse files Browse the repository at this point in the history
  • Loading branch information
proffapt committed Jul 2, 2024
1 parent 74e474b commit a259c16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ services:
- heimdall
volumes:
- nginx-config-volume:/etc/nginx/sites-enabled
- ./credentials.json:/credentials.json
- ./token.json:/token.json
- ./credentials.json:/app/credentials.json
- ./token.json:/app/token.json

networks:
metaploy-network:
Expand Down

0 comments on commit a259c16

Please sign in to comment.