Update home-tools.yaml
parent
dc80d1eeac
commit
3321ea1959
|
@ -26,6 +26,13 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
- /dockers/bitwarden:/data/
|
- /dockers/bitwarden:/data/
|
||||||
|
|
||||||
|
vaultwarden:
|
||||||
|
image: vaultwarden/server:latest
|
||||||
|
container_name: vaultwarden
|
||||||
|
restart: unless-stopped
|
||||||
|
volumes:
|
||||||
|
- /dockers/vaultwarden:/data/
|
||||||
|
|
||||||
thelounge:
|
thelounge:
|
||||||
container_name: thelounge
|
container_name: thelounge
|
||||||
image: thelounge/thelounge:latest
|
image: thelounge/thelounge:latest
|
||||||
|
|
Loading…
Reference in New Issue