Skip to content

tdzz1102/nextcloud-tls-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

nextcloud docker image with tls

The tls certification you provide should be placed in a directory like below:

cert/
├── cert.pem
└── key.pem

When you get prepared, run:

PATH_TO_CERT=/your/cert

docker run -p 443:443 \
           -d --name nextcloud-tls \
           -v $PATH_TO_CERT:/cert \
           -v nextcloud-data:/var/www/html \
           tdzz1102/nextcloud-tls:20231217

Then you could access your nextcloud☁️ service via safe https!

About

A TLS-enabled image for nextcloud/docker to support https access!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published