Skip to content

Commit

Permalink
Fix Formatting and Typos
Browse files Browse the repository at this point in the history
  • Loading branch information
biodrone committed Dec 15, 2019
1 parent ef6b3a2 commit b4a94f1
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ services:
# Provider Info
- --providers.docker
# Certificate Resolver Info (If you need SSL Certs)
- --certificatesresolvers.le.acme.email=your@email.domain
- --certificatesresolvers.le.acme.email=your@email.address
- --certificatesresolvers.le.acme.storage=/letsencrypt/acme.json
- --certificatesresolvers.le.acme.tlschallenge=true
labels:
Expand Down Expand Up @@ -146,7 +146,7 @@ services:
ports:
- "80:80"
- "443:443"
command: -email your@email.domain -agree=true
command: -email your@email.address -agree=true
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- caddy:/root/.caddy
Expand All @@ -164,7 +164,6 @@ labels:
- caddy.targetport=8080
# If you require transparent proxying
- caddy.proxy.transparent=
```

##### NGINX
Expand Down Expand Up @@ -201,10 +200,10 @@ Add the below environemnt variables to your go-auto-yt `docker-compose.yml` file

```YAML
environment:
- VIRTUAL_HOST=sub.domain.com
- VIRTUAL_HOST=your.domain.here
- VURTUAL_PORT=8080
# If you need SSL and have used JrCs's solution linked above, add the below
- LETSENCRYPT_HOST=sub.domain.com
- LETSENCRYPT_HOST=your.domain.here
- [email protected]
```

Expand Down

0 comments on commit b4a94f1

Please sign in to comment.