mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-07-25 20:37:02 +08:00
3 lines
162 B
Bash
Executable File
3 lines
162 B
Bash
Executable File
#!/bin/sh
|
|
|
|
docker run -d --restart=always --name="portainer" -p 9999:9000 -v /var/run/docker.sock:/var/run/docker.sock -v portainer_data:/data portainer/portainer |