Created
November 18, 2020 14:12
-
-
Save bonehead/a2c09ef5f318bf18fc9da66c4ac182d9 to your computer and use it in GitHub Desktop.
Nextcloud
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
version: "2.1" | |
services: | |
nextcloud: | |
image: ghcr.io/linuxserver/nextcloud | |
container_name: nextcloud | |
environment: | |
- PUID=1000 | |
- PGID=1000 | |
- TZ=Asia/Kolkata | |
volumes: | |
- ./config:/config | |
- ./data:/data | |
ports: | |
- 443:443 | |
restart: unless-stopped |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
public