Skip to content

Commit

Permalink
Update readme to include APP_URL
Browse files Browse the repository at this point in the history
  • Loading branch information
ADobin committed Dec 20, 2021
1 parent fffe391 commit c2e6906
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion readme-vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ param_ports:
param_usage_include_env: true
param_env_vars:
- { env_var: "NGINX_APP_URL", env_value: "<hostname or ip>", desc: "Hostname or IP and port if applicable IE <ip or hostname>:8080"}
- { env_var: "APP_URL", env_value: "<hostname or ip>", desc: "Should match `NGINX_APP_URL` with no trailing `/` and must be prefixed by `http` or `https` if using an SSL proxy"}
- { env_var: "MYSQL_PORT_3306_TCP_ADDR", env_value: "<mysql host>", desc: "Mysql hostname or IP to use"}
- { env_var: "MYSQL_PORT_3306_TCP_PORT", env_value: "<mysql port>", desc: "Mysql port to use"}
- { env_var: "MYSQL_DATABASE", env_value: "<mysql database>", desc: "Mysql database to use"}
Expand Down Expand Up @@ -85,7 +86,8 @@ custom_compose: |
volumes:
- <path to data>:/config
environment:
- NGINX_APP_URL=< your application URL IE 192.168.10.1:8080>
- NGINX_APP_URL=<your application URL IE 192.168.10.1:8080>
- APP_URL=APP_URL=http://<your application URL IE 192.168.10.1:8080>
- MYSQL_PORT_3306_TCP_ADDR=mysql
- MYSQL_PORT_3306_TCP_PORT=3306
- MYSQL_DATABASE=snipe
Expand Down

0 comments on commit c2e6906

Please sign in to comment.