cloud-computing/glusterfs/docker-compose.yml

11 lines
218 B
YAML
Raw Normal View History

2023-06-14 11:50:47 +02:00
services:
glusterfs:
image: cringestudios/glusterfs
volumes:
- /data:/data
- gluster_data:/var/lib/glusterd
network_mode: host
privileged: true
restart: always
volumes:
gluster_data: