EliadCohen commented on issue #5474:
URL: 
https://github.com/apache/incubator-devlake/issues/5474#issuecomment-1593510164

   An update, commenting out the volume mount in docker-compose stops the 
constant restart but then other issues pop up. I don't know what should be the 
handling of this issue
   
   ```
     devlake:
       image: apache/devlake:v0.17.0-beta10
       ports:
         - 8080:8080
       restart: always
       volumes:
         # - ./.env:/app/.env   <--------------
         - ./logs:/app/logs
       environment:
         LOGGING_DIR: /app/logs
       depends_on:
         - mysql
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to