Fix image reference

According to rest of docs this should be "lazyteam"
pull/138/head
Toby Pinder 5 years ago committed by GitHub
parent b5f64c0a2e
commit b2620b59a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -7,10 +7,10 @@ services:
BASE_IMAGE_BUILDER: golang
GOARCH: amd64
GOARM:
image: jesseduffield/lazydocker
image: lazyteam/lazydocker
container_name: lazydocker
stdin_open: true
tty: true
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- ./config:/.config/jesseduffield/lazydocker
- ./config:/.config/jesseduffield/lazydocker

Loading…
Cancel
Save