11 lines
343 B
YAML
11 lines
343 B
YAML
|
services:
|
||
|
zot:
|
||
|
image: ghcr.io/project-zot/zot:latest
|
||
|
network_mode: host # Configure the ports in the "config.json" file.
|
||
|
stdin_open: true
|
||
|
tty: true
|
||
|
volumes:
|
||
|
- ./config.json:/etc/zot/config.json
|
||
|
- ./htpasswd:/etc/zot/htpasswd
|
||
|
- ./zot:/var/lib/registry # Generated
|
||
|
- ./logs:/var/log/zot/ # Generated
|