Skip to content

Commit

Permalink
Docker: Don't show a warning for unset PORT_WORDPRESS variable. (#11584)
Browse files Browse the repository at this point in the history
We default to `80` elsewhere. Default to `80` everywhere.
  • Loading branch information
mdawaffe authored and kraftbj committed Mar 18, 2019
1 parent 36c77f7 commit ac82a33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,4 +83,4 @@ services:
- default.env
- .env
environment:
- HOST_PORT=${PORT_WORDPRESS}
- HOST_PORT=${PORT_WORDPRESS:-80}

0 comments on commit ac82a33

Please sign in to comment.