mirror of
https://github.com/MetaProvide/nextcloud-swarm-plugin.git
synced 2025-02-10 03:03:17 +00:00
![Mahyar Iranibazaz](/assets/img/avatar_default.png)
- 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
|