Skip to content

Commit ae8000d

Browse files
committed
use hostname instead of IP
1 parent 88b02a9 commit ae8000d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup-wordpress.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ ACTIVATE_THEMES='
2121
vocabulary-theme
2222
'
2323
WEB_WP_DIR=/var/www/html
24-
WEB_WP_URL=http://127.0.0.1:8080
24+
WEB_WP_URL=http://localhost:8080
2525

2626

2727
#### FUNCTIONS ################################################################

wpcli.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ trap '_es=${?};
1010

1111
source .env
1212
WEB_WP_DIR=/var/www/html
13-
WEB_WP_URL=http://127.0.0.1:8080
13+
WEB_WP_URL=http://localhost:8080
1414

1515

1616
#### FUNCTIONS ################################################################

0 commit comments

Comments
 (0)