Skip to content

Commit ac82a33

Browse files
mdawaffekraftbj
authored andcommitted
Docker: Don't show a warning for unset PORT_WORDPRESS variable. (#11584)
We default to `80` elsewhere. Default to `80` everywhere.
1 parent 36c77f7 commit ac82a33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,4 +83,4 @@ services:
8383
- default.env
8484
- .env
8585
environment:
86-
- HOST_PORT=${PORT_WORDPRESS}
86+
- HOST_PORT=${PORT_WORDPRESS:-80}

0 commit comments

Comments
 (0)