mirror of
https://github.com/jesseduffield/lazydocker.git
synced 2026-07-25 08:31:03 +00:00
Fix image reference
According to rest of docs this should be "lazyteam"
This commit is contained in:
parent
b5f64c0a2e
commit
b2620b59a9
1 changed files with 2 additions and 2 deletions
|
|
@ -7,10 +7,10 @@ services:
|
||||||
BASE_IMAGE_BUILDER: golang
|
BASE_IMAGE_BUILDER: golang
|
||||||
GOARCH: amd64
|
GOARCH: amd64
|
||||||
GOARM:
|
GOARM:
|
||||||
image: jesseduffield/lazydocker
|
image: lazyteam/lazydocker
|
||||||
container_name: lazydocker
|
container_name: lazydocker
|
||||||
stdin_open: true
|
stdin_open: true
|
||||||
tty: true
|
tty: true
|
||||||
volumes:
|
volumes:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
- ./config:/.config/jesseduffield/lazydocker
|
- ./config:/.config/jesseduffield/lazydocker
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue