mirror of
https://github.com/Theodor-Springmann-Stiftung/server-package.git
synced 2025-10-29 09:15:32 +00:00
Agent secret
This commit is contained in:
@@ -4,6 +4,8 @@ services:
|
|||||||
container_name: portainer
|
container_name: portainer
|
||||||
command: --http-enabled
|
command: --http-enabled
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
environment:
|
||||||
|
- AGENT_SECRET=${AGENT_SECRET}
|
||||||
volumes:
|
volumes:
|
||||||
# Mount the Docker socket to allow Portainer to manage Docker
|
# Mount the Docker socket to allow Portainer to manage Docker
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
|
|||||||
Reference in New Issue
Block a user