Enable files for testing on reverseproxy branch.

This commit is contained in:
2022-10-29 11:29:59 -05:00
parent 618afc8e1d
commit 52260071af
2 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,11 @@
# 2022-10-05 Hyperling
# Move config to nginx container.
# This is because nginx image does not play well with Volumes.
# Nextcloud and MariaDB created files in their folders fine, but nginx stays empty.
FROM nginx
COPY ./config/nginx.conf /etc/nginx/nginx.conf
COPY ./config/conf.d/* /etc/nginx/conf.d/