Skip to content

Commit 88b02a9

Browse files
committed
correct port
1 parent 990c584 commit 88b02a9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup-wordpress.sh

+1-1
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:8000
24+
WEB_WP_URL=http://127.0.0.1:8080
2525

2626

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

wpcli.sh

+1-1
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:8000
13+
WEB_WP_URL=http://127.0.0.1:8080
1414

1515

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

0 commit comments

Comments
 (0)