From d1cf6942853bb29aefb07cf6ec52ab80b627b161 Mon Sep 17 00:00:00 2001 From: akanealw Date: Wed, 29 Nov 2023 19:55:40 -0600 Subject: [PATCH] updated --- ocis/compose.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/ocis/compose.yml b/ocis/compose.yml index 30ddca3..fe9f962 100644 --- a/ocis/compose.yml +++ b/ocis/compose.yml @@ -2,17 +2,18 @@ version: '3' services: ocis: + container_name: ocis image: owncloud/ocis:latest environment: # INSECURE: needed if oCIS / Traefik is using self generated certificates OCIS_INSECURE: "true" - # OCIS_URL: the external domain / ip address of oCIS (with protocol, must always be https) OCIS_URL: "https://192.168.1.33:9200" - # OCIS_LOG_LEVEL: error / info / ... / debug OCIS_LOG_LEVEL: info - + restart: always + ports: + - 9200:9200 volumes: # mount the ocis config file inside the container - ${DOCKER_CONFIGS}/ocis/ocis.yaml:/etc/ocis/ocis.yaml