Update owncloud

This commit is contained in:
MrLetsplay 2023-06-16 13:32:36 +02:00
parent 9db878d92b
commit aeeb2b3b0d
2 changed files with 10 additions and 6 deletions

View File

@ -1,14 +1,17 @@
services: services:
owncloud: owncloud:
image: owncloud/server:latest image: cringestudios/owncloud:latest
privileged: true
ports: ports:
- 80:8080 - 80:8080
volumes: volumes:
- "./data:/mnt/data" - "./fstab:/etc/fstab"
restart: always restart: always
command: ["bash", "-c", "mount -a && /usr/bin/owncloud server"]
environment: environment:
- OWNCLOUD_DOMAIN=${OWNCLOUD_DOMAIN} - OWNCLOUD_DOMAIN=${OWNCLOUD_DOMAIN}

1
owncloud/fstab Normal file
View File

@ -0,0 +1 @@
172.20.5.60:/gv0 /mnt/data glusterfs defaults,_netdev 0 0