Minor adjustments

This commit is contained in:
Jafner 2021-07-05 01:35:58 -07:00
parent 3daebfea14
commit db8dc655bb
3 changed files with 4 additions and 4 deletions

View File

@ -35,4 +35,4 @@ Because this image is built on the auto-updater script, updating the container i
## Integrating a reverse proxy ## Integrating a reverse proxy
Supporting integration of a reverse proxy is beyond the scope of this guide. Supporting integration of a reverse proxy is beyond the scope of this guide.
However, any instructions which work for the base httpd (Apache) image, should also work for this, as it is minimally different. However, any instructions which work for the base httpd (Apache) image, should also work for this, as it is minimally different.

View File

@ -2,8 +2,8 @@ version: "3"
services: services:
5etools-docker: 5etools-docker:
container_name: 5etools-docker container_name: 5etools-docker
image: joeyhafner/5etools-docker image: joeyhafner/5etools-docker:latest
volumes: volumes:
- 5etools-docker:/usr/local/apache2/htdocs - 5etools-docker:/usr/local/apache2/htdocs
environment: environment:
- IMG=true - IMG=true

View File

@ -54,4 +54,4 @@ else
echo " === Local version matches remote, no action." echo " === Local version matches remote, no action."
fi fi
httpd-foreground httpd-foreground