From 6742eb44422b732cef5810c2aa5907ac0df369d4 Mon Sep 17 00:00:00 2001 From: oonyeje Date: Wed, 29 Nov 2023 20:42:53 -0500 Subject: [PATCH] - update compose file --- portainer-compose.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/portainer-compose.yaml b/portainer-compose.yaml index 2122e36..aba992a 100755 --- a/portainer-compose.yaml +++ b/portainer-compose.yaml @@ -3,12 +3,13 @@ version: '3' name: oonyeje-portfolio services: app: - image: oonyeje/oonyeje-portfolio:latest + image: gitea.bsidesolutions.net/oonyeje/oonyeje-portfolio:latest container_name: oonyeje-portfolio restart: unless-stopped + pull_policy: build ports: # These ports are in format : - - '3000:6000' # Public HTTP Port + - '6000:3000' # Public HTTP Port env_file: - stack.env