Skip to content

Instantly share code, notes, and snippets.

@mister-good-deal
Last active December 30, 2023 16:58
Show Gist options
  • Save mister-good-deal/35637ead5a9d3ec4cf94bd1bacdd13c9 to your computer and use it in GitHub Desktop.
Save mister-good-deal/35637ead5a9d3ec4cf94bd1bacdd13c9 to your computer and use it in GitHub Desktop.
Run portainer ee instance on Synology NAS
docker run -p 8010:8010 -p 9000:9000 -p 9443:9443 --detach --name=portainer --restart=always --pull=always -v /var/run/docker.sock:/var/run/docker.sock -v /volume1/docker/portainer:/data portainer/portainer-ee:latest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment