Disable reverse proxy.

This commit is contained in:
2022-10-29 10:55:34 -05:00
parent b9db16c37f
commit ab8ad7e680
2 changed files with 0 additions and 20 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/