Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
podman-friendly
  • Loading branch information
berezovskyi authored Oct 4, 2024
1 parent da1d033 commit b1c13e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This application uses the [OSLC4J] SDK to build up the adapter from Plain Old Ja

## Getting started

1. Run Bugzilla: `docker run -p 80:80 --rm smarx008/bugzilla-dev-lyo`
1. Run Bugzilla: `docker run -p 80:80 --rm docker.io/smarx008/bugzilla-dev-lyo`
1. Run the adaptor: `mvn clean jetty:run-exploded`. **If you run with `jetty:run` only, the container will silently fail to load.***
1. Navigate to http://localhost:8180/BugzillaAdaptor/
1. Use admin:password as credentials to log in. It will pass them to the Bugzilla server (as specified in `adaptor-bugzilla/src/main/webapp/WEB-INF/web.xml`).
Expand Down

0 comments on commit b1c13e2

Please sign in to comment.