Skip to content
This repository has been archived by the owner on Apr 9, 2021. It is now read-only.

Commit

Permalink
added passing IGNORE_DEFAULT_ADMIN_PASSWORD_CHECK to php-fpm container
Browse files Browse the repository at this point in the history
  • Loading branch information
David Stritezsky committed Dec 3, 2019
1 parent 070dd32 commit b209d10
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/conf/docker-compose.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ services:
- .:/var/www/html
ports:
- "35729:35729"
environment:
- IGNORE_DEFAULT_ADMIN_PASSWORD_CHECK

redis:
image: redis:4.0-alpine
Expand Down

0 comments on commit b209d10

Please sign in to comment.