X-Git-Url: http://git.purplebirdman.com/public.git/blobdiff_plain/18c3c6979620fed166759f70f9086d8cda898dd5..78944fffed51306762c335cbd7c6e16170dad9e3:/docker-compose.yml diff --git a/docker-compose.yml b/docker-compose.yml index d46102e..96979c9 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -7,9 +7,11 @@ services: - ${SHARE_ROOT}:/storage - public_data:/usr/local/apache2/htdocs - httpd_users:/usr/local/apache2/auth + - ./lua:/usr/local/apache2/lua environment: - PUBLIC_ROOT_DIR=/storage - PUBLIC_LINK_DIR=/usr/local/apache2/htdocs +# - PUBLIC_FQDN_OVERRIDE=https://public.purplebirdman.com ports: - 80:80 volumes: