You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by br...@apache.org on 2022/09/06 17:28:09 UTC

[allura] branch db/8389 updated: install docs: update Docker/IP wording

This is an automated email from the ASF dual-hosted git repository.

brondsem pushed a commit to branch db/8389
in repository https://gitbox.apache.org/repos/asf/allura.git


The following commit(s) were added to refs/heads/db/8389 by this push:
     new d3141467b install docs: update Docker/IP wording
d3141467b is described below

commit d3141467b35eaac4cdb63d5b7aa26e034add0391
Author: Dave Brondsema <db...@slashdotmedia.com>
AuthorDate: Tue Sep 6 13:27:59 2022 -0400

    install docs: update Docker/IP wording
---
 Allura/docs/getting_started/installation.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Allura/docs/getting_started/installation.rst b/Allura/docs/getting_started/installation.rst
index 9c449db39..a89d2dbe2 100644
--- a/Allura/docs/getting_started/installation.rst
+++ b/Allura/docs/getting_started/installation.rst
@@ -93,7 +93,7 @@ Start containers in the background:
 
     docker-compose up -d
 
-You're up and running!  Visit localhost:8080, or on a Mac or Windows whatever IP address Docker Toolbox is using.  Then
+You're up and running!  Visit localhost:8080 (or whatever IP address you're running Docker on).  Then
 see our :ref:`post-setup-instructions` and read more below about the Docker environment for Allura.