Files
lazydocker/docker-compose.yml
2025-12-24 12:21:54 +01:00

16 lines
438 B
YAML

version: '3'
services:
lazydocker:
build:
context: https://github.com/jesseduffield/lazydocker.git
args:
BASE_IMAGE_BUILDER: golang
GOARCH: amd64
GOARM:
image: lazyteam/lazydocker
container_name: lazydocker
stdin_open: true
tty: true
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- /var/lib/docker/volumes/lazydocker/config:/.config/jesseduffield/lazydocker