From 3058fda7d5b2aa08221b5fe6b100af0b8fb30934 Mon Sep 17 00:00:00 2001 From: Bryan Joshua Pedini Date: Wed, 22 Nov 2023 11:25:08 +0100 Subject: [PATCH] variabilized portainer's repo, allowing for portainer BE to be selected --- docker-compose.yml | 2 +- env.example | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 4f2490c..1e07ddb 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,7 +1,7 @@ --- services: portainer: - image: portainer/portainer-ce:${PORTAINER_VERSION} + image: ${PORTAINER_REPO}:${PORTAINER_VERSION} restart: unless-stopped command: -H unix:///var/run/docker.sock labels: diff --git a/env.example b/env.example index de5465f..610c018 100644 --- a/env.example +++ b/env.example @@ -22,5 +22,6 @@ DIUN_INCLUDE= DIUN_EXCLUDE= # Portainer +PORTAINER_REPO=portainer/portainer-ce PORTAINER_VERSION=2.18.4-alpine PORTAINER_DATA=./data