Repair Login Portainer for SELinux (Portainer Issue #849)
This commit is contained in:
parent
dc2417f6a2
commit
aa3d189fef
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ services:
|
||||||
image: portainer/portainer-ce
|
image: portainer/portainer-ce
|
||||||
volumes:
|
volumes:
|
||||||
- ${VOLUMES_PATH}/portainer:/data
|
- ${VOLUMES_PATH}/portainer:/data
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock:z
|
||||||
- /var/lib/docker/volumes:/var/lib/docker/volumes
|
- /var/lib/docker/volumes:/var/lib/docker/volumes
|
||||||
ports:
|
ports:
|
||||||
- "9000:9000" # to get portainer without proxy too
|
- "9000:9000" # to get portainer without proxy too
|
||||||
|
|
Loading…
Reference in a new issue