Skip to content

Commit

Permalink
Merge pull request #493 from jesusantguerrero/feat/pay-credits-v2
Browse files Browse the repository at this point in the history
fix: update credentials mount path
  • Loading branch information
jesusantguerrero authored Oct 21, 2024
2 parents 2b29295 + 569d751 commit 58c1fb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.coolify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ services:
volumes:
- ./docker-compose/web/timezone:/etc/timezone
- ./storage:/var/www/storage
- /var/.config/gcloud/loger/credentials.json:./credentials.json
- /var/.config/gcloud/loger/credentials.json:/var/www/credentials.json
env_file:
- .env
environment:
Expand Down

0 comments on commit 58c1fb3

Please sign in to comment.