We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aae6b72 commit ff40e76Copy full SHA for ff40e76
1 file changed
dockersetup.sh
@@ -223,7 +223,7 @@ install_portainer() {
223
run_command docker run -d -p 9000:9000 --hostname=portainer --name=portainer --restart=always \
224
-v /var/run/docker.sock:/var/run/docker.sock \
225
-v portainer_data:/data \
226
- portainer/portainer-ce:latest
+ portainer/portainer-ce:sts
227
clear
228
displaydocker
229
echo
0 commit comments