Merge pull request #2 from linuxserver/readme

update migration instructions
This commit is contained in:
Eric Nemchik 2020-08-08 09:17:31 -05:00 committed by GitHub
commit ef65feb96b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -183,7 +183,7 @@ In this instance `PUID=1000` and `PGID=1000`, to find yours use `id user` as bel
* Create new container using the sample on this page (container name: `swag`, image name: `linuxserver/swag`) * Create new container using the sample on this page (container name: `swag`, image name: `linuxserver/swag`)
* 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` * Issue `docker-compose up -d --remove-orphans`
### Validation and initial setup ### Validation and initial setup
* Before running this container, make sure that the url and subdomains are properly forwarded to this container's host, and that port 443 (and/or 80) is not being used by another service on the host (NAS gui, another webserver, etc.). * Before running this container, make sure that the url and subdomains are properly forwarded to this container's host, and that port 443 (and/or 80) is not being used by another service on the host (NAS gui, another webserver, etc.).
* For `http` validation, port 80 on the internet side of the router should be forwarded to this container's port 80 * For `http` validation, port 80 on the internet side of the router should be forwarded to this container's port 80

View File

@ -82,7 +82,7 @@ app_setup_block: |
* Create new container using the sample on this page (container name: `swag`, image name: `linuxserver/swag`) * Create new container using the sample on this page (container name: `swag`, image name: `linuxserver/swag`)
* 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` * Issue `docker-compose up -d --remove-orphans`
### Validation and initial setup ### Validation and initial setup
* Before running this container, make sure that the url and subdomains are properly forwarded to this container's host, and that port 443 (and/or 80) is not being used by another service on the host (NAS gui, another webserver, etc.). * Before running this container, make sure that the url and subdomains are properly forwarded to this container's host, and that port 443 (and/or 80) is not being used by another service on the host (NAS gui, another webserver, etc.).
* For `http` validation, port 80 on the internet side of the router should be forwarded to this container's port 80 * For `http` validation, port 80 on the internet side of the router should be forwarded to this container's port 80