Add a naughty list of things to do.
This commit is contained in:
parent
9208295a42
commit
62e5cc3ef7
@ -24,6 +24,13 @@ How to first begin using this subproject.
|
|||||||
# docker logs reverseproxy-certbot-1
|
# docker logs reverseproxy-certbot-1
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## DO NOT
|
||||||
|
* Edit any configurations or website data inside the container. It is destroyed on each build
|
||||||
|
* Instead, modify the files in `./config/` then use the Update Config commands below.
|
||||||
|
* Install any additional software inside of the container. It will not persist a down and up.
|
||||||
|
* Instead, add what is needed to the `docker-compose.yml` or `Dockerfile` to be done on each rebuild.
|
||||||
|
* Alternatively write a script such as `../Nextcloud/fixes.ksh` which is run after every upgrade.
|
||||||
|
|
||||||
# Other Commands
|
# Other Commands
|
||||||
Tasks which will also likely come up while using this subproject.
|
Tasks which will also likely come up while using this subproject.
|
||||||
|
|
||||||
@ -45,7 +52,7 @@ Upgrading the containers should be as easy as this:
|
|||||||
|
|
||||||
## Update Config
|
## Update Config
|
||||||
Replace the configuration based on any new, updated, or removed files.
|
Replace the configuration based on any new, updated, or removed files.
|
||||||
This may be possible to do when the system is up, buyt the best results have come from going down and back up.
|
This may be possible to do when the system is up, but the best results have come from going down and back up.
|
||||||
This is essentially an upgrade but there is no pull.
|
This is essentially an upgrade but there is no pull.
|
||||||
```
|
```
|
||||||
# docker compose down
|
# docker compose down
|
||||||
|
Loading…
x
Reference in New Issue
Block a user