```bash docker login private-registry.domain ``` ```yaml services: app: image: "private-registry.domain/image:v1" auth: true ```