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