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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user