From 9d4d110657f1e043330109c704892c99ee8e4816 Mon Sep 17 00:00:00 2001 From: Clifton Palmer Date: Sat, 15 Jun 2019 14:45:12 -0500 Subject: [PATCH] Bugfixes --- .env | 2 +- httpd.conf | 2 +- public.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.env b/.env index 60cbeb9..2cb2c4d 100644 --- a/.env +++ b/.env @@ -1,2 +1,2 @@ LOCAL_STORAGE=/storage -IPV4_WAN=cjpalmer.info +IPV4_WAN=public.purplebirdman.online diff --git a/httpd.conf b/httpd.conf index 4f9d8db..0e2f67c 100644 --- a/httpd.conf +++ b/httpd.conf @@ -263,7 +263,7 @@ ServerAdmin you@example.com # symbolic links and aliases may be used to point to other locations. # DocumentRoot "/usr/local/apache2/htdocs" - + # # Possible values for the Options directive are "None", "All", # or any combination of: diff --git a/public.sh b/public.sh index 9867f28..132fe64 100755 --- a/public.sh +++ b/public.sh @@ -1,5 +1,5 @@ #!/bin/bash -service=public_app +service=public_web for f in $(docker service ps -q $service) do -- 2.47.2