Skip to content

Commit 28852fd

Browse files
committed
fix nextcloud sqlite
1 parent 3ba76c5 commit 28852fd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

templates/compose/nextcloud.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,16 @@
22
# slogan: NextCloud is a self-hosted, open-source platform that provides file storage, collaboration, and communication tools for seamless data management.
33
# tags: cloud, collaboration, communication, filestorage, data
44
# logo: svgs/nextcloud.svg
5+
# port: 80
56

67
services:
78
nextcloud:
89
image: lscr.io/linuxserver/nextcloud:latest
910
environment:
10-
- SERVICE_FQDN_NEXTCLOUD
11+
- SERVICE_FQDN_NEXTCLOUD_80
1112
- PUID=1000
1213
- PGID=1000
13-
- TZ=Europe/Madrid
14+
- TZ=${TZ:-Europe/Madrid}
1415
volumes:
1516
- nextcloud-config:/config
1617
- nextcloud-data:/data

0 commit comments

Comments
 (0)