Fix docker-compose-portainer.yml
This commit is contained in:
parent
d43c7572d2
commit
b26d13cd75
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ services:
|
||||||
portainer:
|
portainer:
|
||||||
image: portainer/portainer-ce:latest
|
image: portainer/portainer-ce:latest
|
||||||
volumes:
|
volumes:
|
||||||
- portainer_data:/data portainer
|
- portainer_data:/data
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
labels:
|
labels:
|
||||||
easyhaproxy.http.redirect_ssl: true
|
easyhaproxy.http.redirect_ssl: true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue