Skip to content

Commit 5727a92

Browse files
authored
Merge pull request #4 from linuxserver/patch
quick readme update on migration info
2 parents 5080db6 + aee7dcf commit 5727a92

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@ In this instance `PUID=1000` and `PGID=1000`, to find yours use `id user` as bel
184184
> * If using docker compose:
185185
> * Edit the compose yaml to change the image to `linuxserver/swag` and change the service and container names to `swag`
186186
> * Issue `docker-compose up -d --remove-orphans`
187+
> * If you don't want to or can't use the option `--remove-orphans`, then you can first do `docker-compose down`, then edit the compose yaml as above, and then issue `docker-compose up -d`
187188
188189
> Make sure to also update any references to this container by name. For instance, Nextcloud's `config.php` references this container in its `trusted_proxies` directive, which would have to be updated to `swag`.
189190
### Validation and initial setup

readme-vars.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ app_setup_block: |
8383
> * If using docker compose:
8484
> * Edit the compose yaml to change the image to `linuxserver/swag` and change the service and container names to `swag`
8585
> * Issue `docker-compose up -d --remove-orphans`
86+
> * If you don't want to or can't use the option `--remove-orphans`, then you can first do `docker-compose down`, then edit the compose yaml as above, and then issue `docker-compose up -d`
8687
8788
> Make sure to also update any references to this container by name. For instance, Nextcloud's `config.php` references this container in its `trusted_proxies` directive, which would have to be updated to `swag`.
8889
### Validation and initial setup

0 commit comments

Comments
 (0)