mirror of
https://github.com/MetaProvide/nextcloud-swarm-plugin.git
synced 2024-11-25 01:07:45 +00:00
69fbb0615c
- add: new docker compose setup - add: dockerfiles for NC 28-30 - add: NC hooks - add: cli tools - add: pipeline for stage deployment
4 lines
59 B
Docker
4 lines
59 B
Docker
FROM nginx:alpine
|
|
|
|
COPY ./nginx.conf /etc/nginx/nginx.conf
|