Sanitized mirror from private repository - 2026-04-20 01:32:01 UTC
This commit is contained in:
11
hosts/synology/atlantis/portainer
Normal file
11
hosts/synology/atlantis/portainer
Normal file
@@ -0,0 +1,11 @@
|
||||
# Portainer - Container management
|
||||
# Port: 9000
|
||||
# Docker container management UI
|
||||
|
||||
docker run -d --name=portainer \
|
||||
-p 8000:8000 \
|
||||
-p 10000:9000 \
|
||||
-v /var/run/docker.sock:/var/run/docker.sock \
|
||||
-v /volume1/docker/portainer:/data \
|
||||
--restart=always \
|
||||
portainer/portainer-ee
|
||||
Reference in New Issue
Block a user