forked from dperson/openvpn-client
-
-
Notifications
You must be signed in to change notification settings - Fork 194
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Julio Gutierrez
committed
Jun 1, 2021
1 parent
d989afb
commit dc10f82
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -110,7 +110,7 @@ services: | |
- --entrypoints.websecure.address=:443 | ||
- --entrypoints.websecure.http.tls.certresolver=letsencrypt | ||
- --certificatesresolvers.letsencrypt.acme.tlschallenge=true | ||
- [email protected] | ||
- [email protected] # Replace with your email | ||
- --certificatesresolvers.letsencrypt.acme.storage=/letsencrypt/acme.json | ||
ports: | ||
- 80:80 | ||
|
@@ -121,7 +121,7 @@ services: | |
- /var/run/docker.sock:/var/run/docker.sock:ro | ||
restart: unless-stopped | ||
domain: | ||
image: ghcr.io/linuxserver/duckdns # Review duckdns documentation https://github.com/linuxserver/docker-duckdns | ||
image: ghcr.io/linuxserver/duckdns # Review doc https://github.com/linuxserver/docker-duckdns | ||
container_name: duckdns | ||
environment: | ||
- TOKEN=ABCDFEG # Required | ||
|
@@ -157,7 +157,7 @@ services: | |
labels: | ||
- traefik.enable=true | ||
- traefik.http.services.torrent.loadbalancer.server.port=8080 | ||
- traefik.http.routers.torrent.rule=Host(`mytorrent.duckdns.org`) # Replace with your domain | ||
- traefik.http.routers.torrent.rule=Host(`mytorrent.duckdns.org`) # Replace with your domain | ||
restart: unless-stopped | ||
# Make sure that you can access your server from the internet | ||
|