Skip to content

Commit

Permalink
Remove unused vars [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
robballantyne committed Feb 5, 2024
1 parent c92e14b commit d950b57
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ If you need to connect programmatically to the web services you can authenticate
The security measures included aim to be as secure as basic authentication, i.e. not secure without HTTPS. Please use the provided cloudflare connections wherever possible.

>[!NOTE]
>You can use `set-web-credentials.sh <username> <password>` change the username and password in a running container.
>You can use `set-web-credentials.sh <username> <password>` to change the username and password in a running container.
## Provisioning script

Expand Down
5 changes: 2 additions & 3 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,13 @@ services:

ports:
# SSH available on host machine port 2222 to avoid conflict. Change to suit
- ${SSH_PORT_HOST:-2222}:${SSH_PORT_LOCAL:-22}
- ${SSH_PORT_HOST:-2222}:22
# Caddy port for service portal
- ${SERVICEPORTAL_PORT_HOST:-1111}:${SERVICEPORTAL_PORT_HOST:-1111}
- ${SERVICEPORTAL_PORT_HOST:-1111}:11111

environment:
# Important: Edit values in .env - not here.
# Don't enclose values in quotes
- VAST_AUTH_TOKEN=abc123
- DIRECT_ADDRESS=${DIRECT_ADDRESS:-127.0.0.1}
- DIRECT_ADDRESS_GET_WAN=${DIRECT_ADDRESS_GET_WAN:-false}
- WORKSPACE=${WORKSPACE:-/workspace}
Expand Down

0 comments on commit d950b57

Please sign in to comment.