mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-03-24 17:04:43 +00:00
Changed docker-compose healthcheck in test to http
This commit is contained in:
@@ -32,7 +32,7 @@ services:
|
||||
- "80:80"
|
||||
- "443:443"
|
||||
healthcheck:
|
||||
test: curl --insecure https://127.0.0.1/
|
||||
test: curl http://127.0.0.1/
|
||||
|
||||
db:
|
||||
image: mysql:5.7
|
||||
|
||||
Reference in New Issue
Block a user