Skip to content

Commit

Permalink
fix: incorrect token mount location
Browse files Browse the repository at this point in the history
  • Loading branch information
proffapt committed Jul 5, 2024
1 parent 717c16b commit 46cfa48
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 @@ -47,8 +47,8 @@ services:
volumes:
- nginx-config-volume:/etc/nginx/sites-enabled
- naarad-auth:/var/lib/ntfy
- ./backend/credentials.json:/credentials.json
- ./backend/token.json:/token.json
- ./backend/credentials.json:/app/credentials.json
- ./backend/token.json:/app/token.json
restart: unless-stopped

networks:
Expand Down

0 comments on commit 46cfa48

Please sign in to comment.