first commit

This commit is contained in:
2021-06-11 12:13:25 +02:00
commit 369207dba8
14 changed files with 937 additions and 0 deletions

3
Docker/nginx/Dockerfile Normal file
View File

@@ -0,0 +1,3 @@
FROM nginx:latest
COPY ./default.conf /etc/nginx/conf.d/default.conf