Skip to content

Commit 0ca25c3

Browse files
committed
Bot Updating Templated Files
1 parent b5d3404 commit 0ca25c3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ services:
8383
- PGID=1000
8484
- TZ=Etc/UTC
8585
- REDIS_URL=redis://<ip>:<port>
86+
- HOST_IP=192.168.0.5/example.com
8687
volumes:
8788
- path_to_appdata:/config
8889
ports:
@@ -99,6 +100,7 @@ docker run -d \
99100
-e PGID=1000 \
100101
-e TZ=Etc/UTC \
101102
-e REDIS_URL=redis://<ip>:<port> \
103+
-e HOST_IP=192.168.0.5/example.com \
102104
-p 3334:3334 \
103105
-v path_to_appdata:/config \
104106
--restart unless-stopped \
@@ -116,6 +118,7 @@ To configure the container, pass variables at runtime using the format `<externa
116118
| `-e PGID=1000` | GID for permissions - see below for explanation |
117119
| `-e TZ=Etc/UTC` | Specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List). |
118120
| `-e REDIS_URL=redis://<ip>:<port>` | Redis URL, eg. `redis://192.168.1.2:6379` |
121+
| `-e HOST_IP=192.168.0.5/example.com` | Domain/IP used to access the frontend |
119122
| `-v /config` | Contains django database, logs and timelapses |
120123

121124
## Umask for running applications

0 commit comments

Comments
 (0)