App Submission: Formicaio #1665
Annotations
2 warnings and 4 notices
Invalid image tag "latest":
formicaio/docker-compose.yml#L8
Images should not use the "latest" tag
|
Invalid APP_HOST environment variable:
formicaio/docker-compose.yml#L3
The APP_HOST environment variable must be set to the hostname of the app_proxy container (e.g. "<app-id>_<web-container-name>_1").
|
Mounted file/directory "/formicaio/data/formicaio" doesn't exist:
formicaio/docker-compose.yml#L25
The volume "${APP_DATA_DIR}/data/formicaio:/data" tries to mount the file/directory "/formicaio/data/formicaio", but it is not present. This can lead to permission errors!
|
Potentially using unsafe user in service "formicaio_proxy":
formicaio/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.
|
Potentially using unsafe user in service "formicaio":
formicaio/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.
|
Service "formicaio" uses host network mode:
formicaio/docker-compose.yml#L19
The host network mode can lead to security vulnerabilities. If possible please use the default bridge network mode and expose the necessary ports.
|