Skip to content

Commit dcf509d

Browse files
authored
Merge pull request #216 from criadoperez/patch-1
Updated deprecated container name "letsencrypt" to "swag"
2 parents 07b6047 + 84bbcba commit dcf509d

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,22 +20,22 @@ Make sure that your default site config contains the following lines in the appr
2020

2121
### Ensure you have a custom docker network
2222

23-
These confs assume that the letsencrypt container can reach other containers via their dns hostnames (defaults to container name) resolved via docker's internal dns. This is achieved through having the containers attached to the same user defined docker bridge network.
23+
These confs assume that the swag container can reach other containers via their dns hostnames (defaults to container name) resolved via docker's internal dns. This is achieved through having the containers attached to the same user defined docker bridge network.
2424

2525
- If you are using docker-compose and the containers are managed through the same yaml file, docker-compose will automatically create a custom network and attach all containers to it. Nothing extra is required.
2626

2727
- If you are starting the containers via command line, first create a bridge network with the command `docker network create [networkname]` Then define that network in the container run/create command via `--network [networkname]`.
2828

2929
- If you are using a gui manager like portainer, you can create a custom bridge network in the gui, and select it when creating a new container.
3030

31-
- If you are using unraid, create a custom network in command line via `docker network create [networkname]`, then go to docker service settings (under advanced) and set the option `Preserve user defined networks:` to `Yes`. Then in each container setting, including the LetsEncrypt container, in the network type dropdown, select `Custom : [networkname]`. This is a necessary step as the bridge network that unraid uses by default does not allow container to container communication.
31+
- If you are using unraid, create a custom network in command line via `docker network create [networkname]`, then go to docker service settings (under advanced) and set the option `Preserve user defined networks:` to `Yes`. Then in each container setting, including the swag container, in the network type dropdown, select `Custom : [networkname]`. This is a necessary step as the bridge network that unraid uses by default does not allow container to container communication.
3232

3333
If the reverse proxied containers are not reachable via dns or they are running on a different machine, you will have to modify these confs to fit your needs.
3434

3535
### Rename the required proxy configs
3636

3737
1) Rename the conf files and remove the `.sample` at the end (ie. `sonarr.subfolder.conf`)
38-
2) Restart the letsencrypt container
38+
2) Restart the swag container
3939

4040
### Make any necessary changes detailed in the config
4141

@@ -45,4 +45,4 @@ If you are reverse proxying linuxserver containers installed on the same host wi
4545

4646
## To disable the configs:
4747

48-
Simply delete the confs and restart letsencrypt.
48+
Simply delete the confs and restart swag.

0 commit comments

Comments
 (0)