sweet sweet TUI

This commit is contained in:
Charles N Wyble - admin 2022-03-14 16:28:52 -05:00
parent f2a28633b1
commit 87a8ac2408
2 changed files with 17 additions and 0 deletions

View File

@ -27,6 +27,7 @@ export container_list="
stedolan/jq \
perara/wg-manager \
pihole/pihole \
lazyteam/lazydocker \
linuxserver/swag \
authelia/authelia
"

View 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