mirror of
https://github.com/MetaProvide/nextcloud-swarm-plugin.git
synced 2025-01-26 20:59:58 +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
3 lines
59 B
Docker
3 lines
59 B
Docker
FROM nginx:alpine
|
|
|
|
COPY ./nginx.conf /etc/nginx/nginx.conf
|