Browse Source

Fix missing env variable

Nicolas Meienberger 3 years ago
parent
commit
87eb3c7b94
1 changed files with 1 additions and 0 deletions
  1. 1 0
      docker-compose.yml

+ 1 - 0
docker-compose.yml

@@ -30,6 +30,7 @@ services:
       - INTERNAL_IP=${INTERNAL_IP}
       - TIPI_VERSION=${TIPI_VERSION}
       - JWT_SECRET=${JWT_SECRET}
+      - ROOT_FOLDER_HOST=${ROOT_FOLDER_HOST}
     networks:
       tipi_main_network:
         ipv4_address: 10.21.21.3