Skip to content

Commit 46cfa48

Browse files
committed
fix: incorrect token mount location
1 parent 717c16b commit 46cfa48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ services:
4747
volumes:
4848
- nginx-config-volume:/etc/nginx/sites-enabled
4949
- naarad-auth:/var/lib/ntfy
50-
- ./backend/credentials.json:/credentials.json
51-
- ./backend/token.json:/token.json
50+
- ./backend/credentials.json:/app/credentials.json
51+
- ./backend/token.json:/app/token.json
5252
restart: unless-stopped
5353

5454
networks:

0 commit comments

Comments
 (0)