We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 717c16b commit 46cfa48Copy full SHA for 46cfa48
docker-compose.yml
@@ -47,8 +47,8 @@ services:
47
volumes:
48
- nginx-config-volume:/etc/nginx/sites-enabled
49
- naarad-auth:/var/lib/ntfy
50
- - ./backend/credentials.json:/credentials.json
51
- - ./backend/token.json:/token.json
+ - ./backend/credentials.json:/app/credentials.json
+ - ./backend/token.json:/app/token.json
52
restart: unless-stopped
53
54
networks:
0 commit comments