sweet sweet TUI
This commit is contained in:
parent
f2a28633b1
commit
87a8ac2408
@ -27,6 +27,7 @@ export container_list="
|
|||||||
stedolan/jq \
|
stedolan/jq \
|
||||||
perara/wg-manager \
|
perara/wg-manager \
|
||||||
pihole/pihole \
|
pihole/pihole \
|
||||||
|
lazyteam/lazydocker \
|
||||||
linuxserver/swag \
|
linuxserver/swag \
|
||||||
authelia/authelia
|
authelia/authelia
|
||||||
"
|
"
|
||||||
|
16
Overhead/lazydocker/docker-compose.yml
Normal file
16
Overhead/lazydocker/docker-compose.yml
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
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
|
Loading…
Reference in New Issue
Block a user