mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
3 lines
No EOL
165 B
Bash
Executable file
3 lines
No EOL
165 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-ce |