fix nextcloud sqlite
This commit is contained in:
@@ -2,15 +2,16 @@
|
|||||||
# slogan: NextCloud is a self-hosted, open-source platform that provides file storage, collaboration, and communication tools for seamless data management.
|
# slogan: NextCloud is a self-hosted, open-source platform that provides file storage, collaboration, and communication tools for seamless data management.
|
||||||
# tags: cloud, collaboration, communication, filestorage, data
|
# tags: cloud, collaboration, communication, filestorage, data
|
||||||
# logo: svgs/nextcloud.svg
|
# logo: svgs/nextcloud.svg
|
||||||
|
# port: 80
|
||||||
|
|
||||||
services:
|
services:
|
||||||
nextcloud:
|
nextcloud:
|
||||||
image: lscr.io/linuxserver/nextcloud:latest
|
image: lscr.io/linuxserver/nextcloud:latest
|
||||||
environment:
|
environment:
|
||||||
- SERVICE_FQDN_NEXTCLOUD
|
- SERVICE_FQDN_NEXTCLOUD_80
|
||||||
- PUID=1000
|
- PUID=1000
|
||||||
- PGID=1000
|
- PGID=1000
|
||||||
- TZ=Europe/Madrid
|
- TZ=${TZ:-Europe/Madrid}
|
||||||
volumes:
|
volumes:
|
||||||
- nextcloud-config:/config
|
- nextcloud-config:/config
|
||||||
- nextcloud-data:/data
|
- nextcloud-data:/data
|
||||||
|
|||||||
Reference in New Issue
Block a user