Skip to content

Commit

Permalink
fix: update credentials mount path
Browse files Browse the repository at this point in the history
  • Loading branch information
jesusantguerrero committed Oct 21, 2024
1 parent cc0adac commit 569d751
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 569d751

Please sign in to comment.