Add GlusterFS compose file
This commit is contained in:
parent
e692e67da8
commit
26187c32f7
11
glusterfs/docker-compose.yml
Normal file
11
glusterfs/docker-compose.yml
Normal 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:
|
Loading…
Reference in New Issue
Block a user