Update README.md

This commit is contained in:
phermeys
2023-12-23 17:44:41 -08:00
committed by GitHub
parent 75be88adf7
commit 733caf17d6

View File

@ -1,12 +1,12 @@
# apache-index
Template for docs.theregion.beer
On my main web/docker host, I have mapped \\saturn\behemoth to /media/behemoth for eridani style web hosts
On my main web/docker host, I have mapped `\\saturn\behemoth` to `/media/behemoth` for eridani style web hosts
The doc.theregion.beer site was originally configured on eridani by pointing to a file in a virtual host in apache
The `docs.theregion.beer` site was originally configured on eridani by pointing to a file in a virtual host in apache
Now, I have it kinda dockerized as long as the host has the path already
Now, I have it kinda dockerized as long as the host has the path already, which my host of course does
After cloning to a new directory, might need to customize some paths
After cloning to a new directory, might need to customize some paths, figure it out yo.
Just clone, update .env.template and move to .env, and docker-compose up -d --build
Just clone, update .env.template and move to .env, and `docker-compose up -d --build`