libation
This commit is contained in:
1
home-server/libation/.gitignore
vendored
Normal file
1
home-server/libation/.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
data/
|
||||
10
home-server/libation/docker-compose.yml
Normal file
10
home-server/libation/docker-compose.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
version: "3.8"
|
||||
|
||||
services:
|
||||
libation:
|
||||
image: rmcrackan/libation:latest
|
||||
container_name: libation
|
||||
restart: always
|
||||
volumes:
|
||||
- /data/config:/config
|
||||
- /data/books:/data
|
||||
@@ -89,6 +89,7 @@
|
||||
libguestfs-with-appliance
|
||||
iperf
|
||||
mangohud
|
||||
mlocate
|
||||
|
||||
|
||||
wineWowPackages.stable
|
||||
|
||||
Reference in New Issue
Block a user