Skip to content

Commit

Permalink
fix port in restore
Browse files Browse the repository at this point in the history
  • Loading branch information
NyakudyaA committed Jan 3, 2025
1 parent 6a3a955 commit 89a523a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scenario_tests/backup_restore/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 89a523a

Please # to comment.