From 73b9915685c109f063cef487ad3da7a0bc13583d Mon Sep 17 00:00:00 2001 From: Teck Meng Date: Sat, 11 May 2024 18:56:55 +0800 Subject: [PATCH] Update Portainer image to use "portainer/portainer-ce:sts" --- production.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/production.yml b/production.yml index 632b560..9bd9723 100644 --- a/production.yml +++ b/production.yml @@ -356,7 +356,7 @@ services: # - default portainer: - image: portainer/portainer-ce:latest + image: portainer/portainer-ce:sts command: -H unix:///var/run/docker.sock container_name: portainer restart: always