mirror of
https://github.com/linuxserver/docker-swag.git
synced 2024-10-01 01:35:49 -04:00
quick readme update on migration info
This commit is contained in:
parent
5080db685b
commit
aee7dcf14a
@ -184,6 +184,7 @@ In this instance `PUID=1000` and `PGID=1000`, to find yours use `id user` as bel
|
|||||||
> * If using docker compose:
|
> * If using docker compose:
|
||||||
> * Edit the compose yaml to change the image to `linuxserver/swag` and change the service and container names to `swag`
|
> * Edit the compose yaml to change the image to `linuxserver/swag` and change the service and container names to `swag`
|
||||||
> * Issue `docker-compose up -d --remove-orphans`
|
> * Issue `docker-compose up -d --remove-orphans`
|
||||||
|
> * 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`
|
||||||
|
|
||||||
> 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`.
|
> 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`.
|
||||||
### Validation and initial setup
|
### Validation and initial setup
|
||||||
|
@ -83,6 +83,7 @@ app_setup_block: |
|
|||||||
> * If using docker compose:
|
> * If using docker compose:
|
||||||
> * Edit the compose yaml to change the image to `linuxserver/swag` and change the service and container names to `swag`
|
> * Edit the compose yaml to change the image to `linuxserver/swag` and change the service and container names to `swag`
|
||||||
> * Issue `docker-compose up -d --remove-orphans`
|
> * Issue `docker-compose up -d --remove-orphans`
|
||||||
|
> * 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`
|
||||||
|
|
||||||
> 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`.
|
> 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`.
|
||||||
### Validation and initial setup
|
### Validation and initial setup
|
||||||
|
Loading…
Reference in New Issue
Block a user