version: "3.7"
services:
$$IMAGE_NAME$$:
build: .
image: homecentr/$$IMAGE_NAME$$
Name | Default value | Description |
---|---|---|
PUID | 7077 | UID of the user |
PGID | 7077 | GID of the user |
Port | Protocol | Description |
---|---|---|
80 | TCP | Some useful details |
Container path | Description |
---|---|
/config | Some useful details |
The container is regularly scanned for vulnerabilities and updated. Further info can be found in the Security tab.
The container supports privilege drop. Even though the container starts as root, it will use the permissions only to perform the initial set up. The
user
Docker compose property or using the --user
argument. This would break the privilege drop logic.