Skip to content

Commit ce39a6d

Browse files
committed
changed to "localhost" for examples
1 parent a7b49a7 commit ce39a6d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docker-compose.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ wp-setup:
1818
CRON_D_WP: |-
1919
PATH=/usr/local/bin:$$PATH
2020
* * * * * wp wp cron event list --format=csv --fields=hook,next_run_relative --path=/var/www | awk -F ',' '$$2 == "now" {print $$1}' | xargs -r -l1 wp cron event run --path=/var/www
21-
WP_URL: http://wp.dev
21+
WP_URL: http://localhost
2222
WP_ADMIN_USER: admin
2323
WP_ADMIN_PASSWORD: admin
24-
WP_ADMIN_EMAIL: admin@wp.dev
24+
WP_ADMIN_EMAIL: admin@localhost
2525
WP_PLUGINS: |-
2626
rest-api
2727
GH_PLUGINS: |-
@@ -36,4 +36,4 @@ wp:
3636
links:
3737
- db:mysql
3838
ports:
39-
- 81:8080
39+
- 80:8080

0 commit comments

Comments
 (0)