mirror of https://github.com/portainer/portainer
fix(extension): always restart the backend [EE-3093] (#6890)
parent
0beb0d95c1
commit
9650aa56c7
|
@ -4,7 +4,7 @@ services:
|
||||||
portainer:
|
portainer:
|
||||||
image: ${DESKTOP_PLUGIN_IMAGE}
|
image: ${DESKTOP_PLUGIN_IMAGE}
|
||||||
command: ['--admin-password', '$$$$2y$$$$05$$$$bsb.XmF.r2DU6/9oVUaDxu3.Lxhmg1R8M0NMLK6JJKUiqUcaNjvdu']
|
command: ['--admin-password', '$$$$2y$$$$05$$$$bsb.XmF.r2DU6/9oVUaDxu3.Lxhmg1R8M0NMLK6JJKUiqUcaNjvdu']
|
||||||
restart: unless-stopped
|
restart: always
|
||||||
environment:
|
environment:
|
||||||
- DOCKER_EXTENSION=1
|
- DOCKER_EXTENSION=1
|
||||||
security_opt:
|
security_opt:
|
||||||
|
|
Loading…
Reference in New Issue