1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-18 12:59:39 +02:00

fix(endpointedge): fix a deadlock in createAsyncEdgeAgentEndpoint() BE-12039 (#883)

This commit is contained in:
andres-portainer 2025-07-11 18:54:05 -03:00 committed by GitHub
parent 89f6a94bd8
commit b6a6ce9aaf
2 changed files with 2 additions and 0 deletions

View file

@ -16,6 +16,7 @@ docker run -d \
-v /var/run/docker.sock:/var/run/docker.sock:z \
-v /var/run/docker.sock:/var/run/alternative.sock:z \
-v /tmp:/tmp \
-e CSP=false \
--name portainer \
portainer/base \
/app/portainer $PORTAINER_FLAGS

View file

@ -16,6 +16,7 @@ sudo podman run -d \
-v "$PORTAINER_DATA:/data" \
-v /run/podman/podman.sock:/var/run/docker.sock \
-v /tmp:/tmp \
-e CSP=false \
--privileged \
--name portainer \
portainer/base \