Implemented TAG env var

This commit is contained in:
2025-12-21 22:40:48 +00:00
parent cd1b746dcc
commit 6ffd44d11f
2 changed files with 3 additions and 2 deletions

View File

@@ -1,2 +1,3 @@
DOMAIN_NAME=
SUBDOMAIN=
SUBDOMAIN=
TAG=

View File

@@ -1,6 +1,6 @@
services:
portainer:
image: portainer/portainer-ce:lts
image: portainer/portainer-ce:${TAG:-latest}
container_name: portainer
restart: always
labels: