Skip to content

Commit

Permalink
Add PublicURL config options to Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
caseyWebb committed Nov 15, 2018
1 parent 5fa118c commit cf75ac5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Expand Up @@ -18,8 +18,10 @@ RUN apk add --no-cache ca-certificates \
&& echo -e '{\n\
"wwwAddress": "0.0.0.0",\n\
"wwwPort": 8080,\n\
"wwwPublicURL": "",\n\
"serviceAddress": "0.0.0.0",\n\
"servicePort": 8085,\n\
"servicePublicURL": "",\n\
"smtpAddress": "0.0.0.0",\n\
"smtpPort": 2500,\n\
"dbEngine": "SQLite",\n\
Expand Down

0 comments on commit cf75ac5

Please sign in to comment.