Skip to content

Instantly share code, notes, and snippets.

@bonehead
Created November 18, 2020 14:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bonehead/a2c09ef5f318bf18fc9da66c4ac182d9 to your computer and use it in GitHub Desktop.
Save bonehead/a2c09ef5f318bf18fc9da66c4ac182d9 to your computer and use it in GitHub Desktop.
Nextcloud
---
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
@bonehead
Copy link
Author

public

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment