Skip to content

Instantly share code, notes, and snippets.

@perler
Last active October 7, 2024 06:12
Show Gist options
  • Save perler/fb4cd33f0f264fc658ba35c6ba2ee39a to your computer and use it in GitHub Desktop.
Save perler/fb4cd33f0f264fc658ba35c6ba2ee39a to your computer and use it in GitHub Desktop.
nc
'installed' => true,
'dbtype' => 'sqlite3',
nextcloud_datenaustausch.cybersax.de:
container_name: nextcloud_datenaustausch.cybersax.de
restart: unless-stopped
image: linuxserver/nextcloud:26.0.2
user: 1000:999
labels:
- ncupdate = yes
environment:
- VIRTUAL_HOST=datenaustausch.cybersax.de
- VIRTUAL_PORT=443
- VIRTUAL_PROTO=https
- PUID=1000
- PGID=999
- TZ=Europe/Berlin
- LETSENCRYPT_HOST=datenaustausch.cybersax.de
- [email protected]
- SSL_PROTOCOL=TLSv1.2 TLSv1.3
- temp=2
ports:
- 443
volumes:
- /srv/docker/data/datenaustausch.cybersax.de:/data
- /srv/docker/config/datenaustausch.cybersax.de:/config
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment