Merge branch 'c_atworth-develop-patch-48812' into 'develop'
Update docker.md Co-authored-by: Collin Atworth <collin@collins-corner.cc> See merge request firefish/firefish!10610
This commit is contained in:
commit
00dd45f101
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
There is a `docker-compose.yml` in the root of the project that you can use to build the container from source
|
There is a `docker-compose.yml` in the root of the project that you can use to build the container from source
|
||||||
|
|
||||||
- .config/docker.env (**db config settings**)
|
- .config/docker_example.env (**db config settings**)
|
||||||
- .config/default.yml (**firefish server settings**)
|
- .config/default.yml (**firefish server settings**)
|
||||||
|
|
||||||
## Configuring
|
## Configuring
|
||||||
@ -16,7 +16,7 @@ Rename the files:
|
|||||||
|
|
||||||
`cp .config/example.yml .config/default.yml`
|
`cp .config/example.yml .config/default.yml`
|
||||||
|
|
||||||
`cp .config/example.env .config/docker.env`
|
`cp .config/docker_example.env .config/docker.env`
|
||||||
|
|
||||||
then edit them according to your environment.
|
then edit them according to your environment.
|
||||||
You can configure `docker.env` with anything you like, but you will have to pay attention to the `default.yml` file:
|
You can configure `docker.env` with anything you like, but you will have to pay attention to the `default.yml` file:
|
||||||
|
Loading…
Reference in New Issue
Block a user