10 lines
297 B
YAML
10 lines
297 B
YAML
# dozzle - https://github.com/amir20/dozzle
|
|
services:
|
|
dozzle:
|
|
container_name: dozzle
|
|
image: ghcr.io/amir20/dozzle:latest
|
|
volumes:
|
|
- /var/run/docker.sock:/var/run/docker.sock:ro
|
|
ports:
|
|
- ${DOZZEL_PORT}:8080
|
|
restart: unless-stopped |