mirror of
https://github.com/nextcloud/docker.git
synced 2025-06-17 00:24:47 +02:00
feat: add docker-compose.yml for container with external SSL certificate
It won't generate a new self signed SSL certificate but it will use the provided one. Signed-off-by: Egidio Caprino <egidio.caprino@gmail.com>
This commit is contained in:
parent
380c1645eb
commit
fc1beeab22
7 changed files with 246 additions and 0 deletions
|
@ -0,0 +1,3 @@
|
|||
FROM nginx:alpine
|
||||
|
||||
COPY nginx.conf /etc/nginx/nginx.conf
|
Loading…
Add table
Add a link
Reference in a new issue