moved to docker-compose

This commit is contained in:
Andrea Foletto
2021-10-18 19:27:45 +02:00
parent 3a3b011e59
commit 933aa4cea7
5 changed files with 188 additions and 36 deletions

5
nginx/Dockerfile Normal file
View File

@@ -0,0 +1,5 @@
FROM nginx:latest
COPY ./yaaaw.conf /etc/nginx/conf.d/
VOLUME /data