correctif pour eolebase

This commit is contained in:
root 2023-11-02 16:37:13 +01:00
parent 4d3ddbe836
commit 12676289b5
2 changed files with 5 additions and 3 deletions

View File

@ -60,7 +60,7 @@ services:
timeout: 60s timeout: 60s
env_file: ./.env.local env_file: ./.env.local
ports: ports:
- "8000:80" - "8081:80"
volumes: volumes:
- ./env/.env.zapp.ninegate.local:/app/.env.local:delegated - ./env/.env.zapp.ninegate.local:/app/.env.local:delegated
- ./volume/ninegate/data/private:/app/uploads:delegated - ./volume/ninegate/data/private:/app/uploads:delegated
@ -76,7 +76,7 @@ services:
timeout: 60s timeout: 60s
env_file: ./.env.local env_file: ./.env.local
ports: ports:
- 8001:80 - 8082:80
volumes: volumes:
- ./volume/nextcloud/html:/var/www/html - ./volume/nextcloud/html:/var/www/html
- ./volume/nextcloud/app:/var/www/html/custom_apps - ./volume/nextcloud/app:/var/www/html/custom_apps

View File

@ -91,6 +91,8 @@ up(){
then then
Title ${LDAP_SERVICE_NAME^^} Title ${LDAP_SERVICE_NAME^^}
mkdir -p ./volume/openldap/data
chmod a+wr ./volume/openldap/data
upservice $LDAP_SERVICE_NAME upservice $LDAP_SERVICE_NAME
docker-compose exec $LDAP_SERVICE_NAME /envole/init.sh docker-compose exec $LDAP_SERVICE_NAME /envole/init.sh
fi fi
@ -195,4 +197,4 @@ then
cat ./env/.env* >> ./.env.local cat ./env/.env* >> ./.env.local
fi fi
echo echo
echo echo2,5G