diff --git a/scenario_tests/backup_restore/docker-compose.yml b/scenario_tests/backup_restore/docker-compose.yml index afdcb5a0..85aa872e 100644 --- a/scenario_tests/backup_restore/docker-compose.yml +++ b/scenario_tests/backup_restore/docker-compose.yml @@ -43,7 +43,7 @@ services: COMMUNITY_EXTENSIONS: backup-restore-plugin TEST_CLASS: test_geoserver_backup.TestGeoServerRestore ports: - - "8080:8080" + - "8080" healthcheck: test: [ "CMD-SHELL", "curl --fail --silent --write-out 'HTTP CODE : %{http_code}\n' --output /dev/null -u $${GEOSERVER_ADMIN_USER}:$${GEOSERVER_ADMIN_PASSWORD} http://localhost:8080/geoserver/rest/about/version.xml" ] interval: 1m30s