Add GlusterFS compose file

This commit is contained in:
MrLetsplay 2023-06-14 11:50:47 +02:00
parent e692e67da8
commit 26187c32f7

View File

@ -0,0 +1,11 @@
services:
glusterfs:
image: cringestudios/glusterfs
volumes:
- /data:/data
- gluster_data:/var/lib/glusterd
network_mode: host
privileged: true
restart: always
volumes:
gluster_data: