Skip to content

Commit

Permalink
Traefik 2.2.11 and Portainer CE 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
back-2-95 committed Sep 19, 2020
1 parent cc2ba67 commit f49f213
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
8 changes: 5 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: '3.7'
services:

traefik:
image: traefik:v2.2.8
image: traefik:v2.2.11
container_name: "${PREFIX}-traefik"
restart: unless-stopped
security_opt:
Expand Down Expand Up @@ -35,14 +35,16 @@ services:
- ./certs:/ssl # mkcert certs

portainer:
image: portainer/portainer:1.24.1-alpine
image: portainer/portainer-ce:2.0.0-alpine
container_name: "${PREFIX}-portainer"
restart: unless-stopped
command: |-
--no-auth -H unix:///var/run/docker.sock
-H unix:///var/run/docker.sock
--logo "${LOGO_URL}"
--admin-password-file /tmp/portainer_password
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- ./portainer_admin_password:/tmp/portainer_password
labels:
traefik.enable: true
traefik.http.routers.portainer.entrypoints: https
Expand Down
1 change: 1 addition & 0 deletions portainer_admin_password
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
admin

0 comments on commit f49f213

Please sign in to comment.