Skip to content

Commit

Permalink
Bot Updating Templated Files
Browse files Browse the repository at this point in the history
  • Loading branch information
LinuxServer-CI committed Feb 2, 2021
1 parent 8842e0c commit cd191b4
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ services:
- SUPERUSER_EMAIL=<SUPERUSER_EMAIL>
- SUPERUSER_PASSWORD=<SUPERUSER_PASSWORD>
- ALLOWED_HOST=<ALLOWED_HOST>
- BASE_PATH=<BASE_PATH>
- DB_NAME=<DB_NAME>
- DB_USER=<DB_USER>
- DB_PASSWORD=<DB_PASSWORD>
Expand All @@ -105,6 +106,7 @@ docker run -d \
-e SUPERUSER_EMAIL=<SUPERUSER_EMAIL> \
-e SUPERUSER_PASSWORD=<SUPERUSER_PASSWORD> \
-e ALLOWED_HOST=<ALLOWED_HOST> \
-e BASE_PATH=<BASE_PATH> \
-e DB_NAME=<DB_NAME> \
-e DB_USER=<DB_USER> \
-e DB_PASSWORD=<DB_PASSWORD> \
Expand Down Expand Up @@ -132,13 +134,14 @@ Container images are configured using parameters passed at runtime (such as thos
| `-e PGID=1000` | for GroupID - see below for explanation |
| `-e SUPERUSER_EMAIL=<SUPERUSER_EMAIL>` | Username for admin account |
| `-e SUPERUSER_PASSWORD=<SUPERUSER_PASSWORD>` | Password for admin account |
| `-e ALLOWED_HOST=<ALLOWED_HOST>` | The hostname you will use to access the app (i.e., netbox.example.com |
| `-e ALLOWED_HOST=<ALLOWED_HOST>` | The hostname you will use to access the app (i.e., netbox.example.com) |
| `-e BASE_PATH=<BASE_PATH>` | The path you will use to access the app (i.e., /netbox, optional, default: none) |
| `-e DB_NAME=<DB_NAME>` | Databaes name (optional, default: netbox) |
| `-e DB_USER=<DB_USER>` | Database user |
| `-e DB_PASSWORD=<DB_PASSWORD>` | Database password |
| `-e DB_HOST=<DB_HOST>` | Database post (optional, default: postgres |
| `-e DB_HOST=<DB_HOST>` | Database post (optional, default: postgres) |
| `-e DB_PORT=<DB_PORT>` | Database port (optional) |
| `-e REDIS_HOST=<REDIS_HOST>` | Redis host (optional, default: redis |
| `-e REDIS_HOST=<REDIS_HOST>` | Redis host (optional, default: redis) |
| `-e REDIS_PORT=<REDIS_PORT>` | Redis port number (optional, default: 6379) |
| `-e REDIS_PASSWORD=<REDIS_PASSWORD>` | Redis password (optional, default: none) |
| `-e TZ=<TZ>` | Timezone (i.e., America/New_York) |
Expand Down Expand Up @@ -252,4 +255,5 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64

## Versions

* **02.01.21:** - Added BASE_PATH environment variable.
* **23.08.20:** - Initial Release.

0 comments on commit cd191b4

Please sign in to comment.