mirror of
https://gitee.com/y_project/RuoYi-Cloud.git
synced 2026-01-29 04:51:58 +08:00
build evn sh
This commit is contained in:
9
bin/portainer-start.sh
Executable file
9
bin/portainer-start.sh
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
docker rm -f prtainer-latest
|
||||
docker run -itd -p 9000:9000 -e TZ="Asia/Shanghai" \
|
||||
--name prtainer-latest --restart=always \
|
||||
-v /var/run/docker.sock:/var/run/docker.sock \
|
||||
portainer/portainer-ce
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user