Add defaults for more env variables in Dockerfile

Add defaults for:
- API_LISTEN_IP
- API_LISTEN_PORT
- SERVE_UI
This commit is contained in:
viktorstrate
2020-04-30 14:59:29 +02:00
parent 9f5384e353
commit ff0ea48aca
3 changed files with 9 additions and 1 deletions

View File

@@ -26,7 +26,6 @@ services:
- API_LISTEN_IP=photoview
- API_LISTEN_PORT=80
- PHOTO_CACHE=/app/cache
- SERVE_UI=1
# Change This: The publicly exposed url
# For example if the server is available from the domain example.com,