Add volume for config.js to docker-compose example

This commit is contained in:
Linus Groh
2019-10-26 19:33:09 +01:00
parent 9bd7fb8681
commit de3d83e28f

View File

@@ -45,6 +45,8 @@ services:
image: owntracks/frontend
ports:
- 80:80
volumes:
- ./path/to/custom/config.js:/usr/share/nginx/html/config/config.js
environment:
- SERVER_HOST=otrecorder
- SERVER_PORT=8083