Update Installation
parent
f431392d27
commit
720551ede5
@ -83,7 +83,11 @@ drwxr-xr-x 11 fred admin 4096 May 26 13:59 /srv/docker/clrghouz
|
|||||||
|
|
||||||
### docker compose
|
### docker compose
|
||||||
|
|
||||||
To make restarting containers easier, here is a docker compose file that you can use - this will go in your Clearing houz directory. Make adjustments as appropriate.
|
To make restarting containers easier, here is a docker compose file that you can use - this will go in your Clearing houz directory.
|
||||||
|
|
||||||
|
You can name it anything you like, and typically they have an extension of `.yml` or .`yaml`. (If you name it `docker-compose.yml` it'll be found automatically when you run start the container with `docker compose up`.)
|
||||||
|
|
||||||
|
Make adjustments as appropriate.
|
||||||
|
|
||||||
```plaintext
|
```plaintext
|
||||||
version: "3.5"
|
version: "3.5"
|
||||||
@ -294,7 +298,7 @@ networks:
|
|||||||
|
|
||||||
_NOTES:_
|
_NOTES:_
|
||||||
|
|
||||||
* This docker compose file should be called `docker-compose.yml`
|
* This docker compose file should be called `docker-compose.yml` for it to be found automatically.
|
||||||
* You'll defined the `[APP_KEY]` below
|
* You'll defined the `[APP_KEY]` below
|
||||||
* Update the `[IPv6_PREFIX]` as appropriate for your setup. This assumes you have your IPv6 setup, and you have configured your router to route this prefix to this host running clrghouz.
|
* Update the `[IPv6_PREFIX]` as appropriate for your setup. This assumes you have your IPv6 setup, and you have configured your router to route this prefix to this host running clrghouz.
|
||||||
* Create a suitable `[DB_PASSWORD]` and update your docker-compose file.
|
* Create a suitable `[DB_PASSWORD]` and update your docker-compose file.
|
||||||
|
Loading…
Reference in New Issue
Block a user