Skip to content

Commit

Permalink
update for using .test over docker.localhost
Browse files Browse the repository at this point in the history
removed certs and updated instrucitons for making your own

updated docker-compose.yml with new portainer address

upadted gitignroe to exclude certs
  • Loading branch information
michaelpporter committed Jan 24, 2018
1 parent 4541d0b commit a26b0b8
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 151 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
.idea
certs
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Global Traefik for docker.localhost
# Global Traefik for *.test

Clone or download to ~/Sites/traefik

Expand All @@ -10,7 +10,7 @@ openssl req -new -x509 -nodes -sha1 -days 3650 -key certs/traefik.key > certs/tr
```

Fill in your details.
Enter *.docker.localhost for the Common Name
Enter *.test for the Common Name

```bash

Expand Down
22 changes: 0 additions & 22 deletions certs/traefik.cert

This file was deleted.

50 changes: 0 additions & 50 deletions certs/traefik.info

This file was deleted.

27 changes: 0 additions & 27 deletions certs/traefik.key

This file was deleted.

49 changes: 0 additions & 49 deletions certs/traefik.pem

This file was deleted.

2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ services:
labels:
- traefik.backend=portainer
- traefik.port=9000
- 'traefik.frontend.rule=Host:portainer.docker.localhost'
- 'traefik.frontend.rule=Host:portainer.test'
networks:
webgateway:
driver: bridge

0 comments on commit a26b0b8

Please sign in to comment.