jesseduffield_lazydocker/docker-compose.yml
Toby Pinder b2620b59a9
Fix image reference
According to rest of docs this should be "lazyteam"
2019-07-25 10:20:52 +01:00

17 lines
406 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
- ./config:/.config/jesseduffield/lazydocker