From bff5e6db7c9bdaaa1a4ed051dccc55f4b3927cde Mon Sep 17 00:00:00 2001 From: Jafner <40403594+Jafner@users.noreply.github.com> Date: Mon, 5 Jul 2021 01:35:58 -0700 Subject: [PATCH] Minor adjustments --- README.md | 2 +- docker-compose.yml | 4 ++-- init.sh | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 67e4b96..43c3e93 100644 --- a/README.md +++ b/README.md @@ -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. \ No newline at end of file +However, any instructions which work for the base httpd (Apache) image, should also work for this, as it is minimally different. diff --git a/docker-compose.yml b/docker-compose.yml index 9f9468a..ce88182 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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 \ No newline at end of file + - IMG=true diff --git a/init.sh b/init.sh index baf822a..b1ed460 100644 --- a/init.sh +++ b/init.sh @@ -54,4 +54,4 @@ else echo " === Local version matches remote, no action." fi -httpd-foreground \ No newline at end of file +httpd-foreground