Skip to content

Commit

Permalink
Merge pull request #15 from mhabegger/remove-aclname
Browse files Browse the repository at this point in the history
Remove aclName not needed anymore
  • Loading branch information
hamburml committed Mar 7, 2017
2 parents 873312f + 35db6ac commit c039523
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ Attention! If you use local storage, create the `/etc/letsencrypt` folder before

```
docker service create --name letsencrypt-companion \
--label com.df.aclName=__acme_letsencrypt_companion \
--label com.df.notify=true \
--label com.df.distribute=true \
--label com.df.servicePath=/.well-known/acme-challenge \
Expand Down Expand Up @@ -86,7 +85,6 @@ services:
- /etc/letsencrypt:/etc/letsencrypt
deploy:
labels:
- com.df.aclName=__acme_letsencrypt_companion # arbitrary aclName to make sure it's on top on HAProxy's list
- com.df.servicePath=/.well-known/acme-challenge
- com.df.notify=true
- com.df.distribute=true
Expand Down
1 change: 0 additions & 1 deletion docker-compose-full-stack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ services:
- /etc/letsencrypt:/etc/letsencrypt
deploy:
labels:
- com.df.aclName=__acme_letsencrypt_companion # arbitrary aclName to make sure it's on top on HAProxy's list
- com.df.servicePath=/.well-known/acme-challenge
- com.df.notify=true
- com.df.distribute=true
Expand Down

0 comments on commit c039523

Please sign in to comment.