mirror of
https://github.com/portainer/portainer.git
synced 2025-07-19 13:29:41 +02:00
fix(extension): always restart the backend [EE-3093] (#6890)
This commit is contained in:
parent
0beb0d95c1
commit
9650aa56c7
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue