Skip to content

Commit ef65feb

Browse files
authored
Merge pull request #2 from linuxserver/readme
update migration instructions
2 parents 3fd0539 + 1b47fe2 commit ef65feb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ In this instance `PUID=1000` and `PGID=1000`, to find yours use `id user` as bel
183183
* Create new container using the sample on this page (container name: `swag`, image name: `linuxserver/swag`)
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`
186-
* Issue `docker-compose up -d`
186+
* Issue `docker-compose up -d --remove-orphans`
187187
### Validation and initial setup
188188
* 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.).
189189
* For `http` validation, port 80 on the internet side of the router should be forwarded to this container's port 80

readme-vars.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ app_setup_block: |
8282
* Create new container using the sample on this page (container name: `swag`, image name: `linuxserver/swag`)
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`
85-
* Issue `docker-compose up -d`
85+
* Issue `docker-compose up -d --remove-orphans`
8686
### Validation and initial setup
8787
* 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.).
8888
* For `http` validation, port 80 on the internet side of the router should be forwarded to this container's port 80

0 commit comments

Comments
 (0)