mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-19 22:16:49 +00:00
make description of the mv command a bit clearer
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
7dc4edc1e0
commit
377058cef1
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ Now you should be ready to go with `sudo docker-compose up`.
|
|||
|
||||
## How to update?
|
||||
Since the AIO containers may change in the future, it is highly recommended to strictly follow the following procedure whenever you want to upgrade your containers.
|
||||
1. If your previous copy of `sample.conf` is named `my.conf`, run `mv my.conf .env`
|
||||
1. If your previous copy of `sample.conf` is named `my.conf`, run `mv my.conf .env` in order to rename the file to `.env`.
|
||||
1. Run `sudo docker-compose down` to stop all running containers
|
||||
1. Back up all important files and folders
|
||||
1. Run `git pull` in order to get the updated yaml files from the repository. Now bring your `docker-compose.yml` file up-to-date with the updated one from the repository. You can use `diff docker-compose.yml latest.yml` on x64 and `diff docker-compose.yml latest-arm64.yml` on arm64 for comparing.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue