Update LNDg to v1.9.0 #524
Triggered via pull request
September 25, 2024 00:09
cryptosharks131
synchronize
#1523
Status
Success
Total duration
13s
Artifacts
–
Annotations
1 warning and 2 notices
Volume "${APP_DATA_DIR}:/app/data":
lndg/docker-compose.yml#L14
Volumes should not be mounted directly into the "${APP_DATA_DIR}" directory! Please use a subdirectory like "${APP_DATA_DIR}/data/app/data" instead.
|
Mounted file/directory "/lndg/lndg-controller.log" doesn't exist:
lndg/docker-compose.yml#L14
The volume "${APP_DATA_DIR}/lndg-controller.log:/var/log/lndg-controller.log" tries to mount the file/directory "/lndg/lndg-controller.log", but it is not present. This can lead to permission errors!
|
Potentially using unsafe user in service "web":
lndg/docker-compose.yml#L1
The default container user "root" can lead to security vulnerabilities. If you are using the root user, please try to specify a different user (e.g. "1000:1000") in the compose file or try to set the UID/PUID and GID/PGID environment variables to 1000.
|