Minor adjustments
This commit is contained in:
parent
3daebfea14
commit
db8dc655bb
@ -35,4 +35,4 @@ Because this image is built on the auto-updater script, updating the container i
|
||||
|
||||
## Integrating a reverse proxy
|
||||
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.
|
||||
|
@ -2,8 +2,8 @@ version: "3"
|
||||
services:
|
||||
5etools-docker:
|
||||
container_name: 5etools-docker
|
||||
image: joeyhafner/5etools-docker
|
||||
image: joeyhafner/5etools-docker:latest
|
||||
volumes:
|
||||
- 5etools-docker:/usr/local/apache2/htdocs
|
||||
environment:
|
||||
- IMG=true
|
||||
- IMG=true
|
||||
|
@ -54,4 +54,4 @@ else
|
||||
echo " === Local version matches remote, no action."
|
||||
fi
|
||||
|
||||
httpd-foreground
|
||||
httpd-foreground
|
||||
|
Loading…
Reference in New Issue
Block a user