1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-03-25 01:14:43 +00:00

Changed docker-compose healthcheck in test to http

This commit is contained in:
2019-04-19 21:50:05 -04:00
parent 278a3f3dd0
commit b89762b5bb

View File

@@ -32,7 +32,7 @@ services:
- "80:80" - "80:80"
- "443:443" - "443:443"
healthcheck: healthcheck:
test: curl --insecure https://127.0.0.1/ test: curl http://127.0.0.1/
db: db:
image: mysql:5.7 image: mysql:5.7