Skip to content

Commit

Permalink
Updated data location
Browse files Browse the repository at this point in the history
  • Loading branch information
Swaggeroo committed Jan 7, 2024
1 parent b4bd2f7 commit c24902f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
image: ghcr.io/swaggeroo/gkeepbringsync
restart: unless-stopped
volumes:
- ./data/:/usr/src/app/data/ # google auth token inside keep it secret this can access your google account
- ./data:/usr/src/app/data # google auth token inside keep it secret this can access your google account
environment:
# Google
- GOOGLE_EMAIL=<your email>
Expand Down

0 comments on commit c24902f

Please sign in to comment.