Files
x509-certificate-exporter/docker-compose.yml

13 lines
245 B
YAML

services:
app:
build:
context: .
target: dev
args:
USER_ID: ${USER_ID:-1000}
GROUP_ID: ${GROUP_ID:-1000}
user: ${USER_ID:-1000}:${GROUP_ID:-1000}
network_mode: "host"
volumes:
- .:/app:z