Stream: implementers
Topic: Reset hapi fhir server
Mohsen Jafari (Feb 11 2022 at 15:36):
I'm using the HAPI FHIR server by the following docker:
docker pull hapiproject/hapi:latest
docker run -p 8080:8080 hapiproject/hapi:latest
Is there any simple way to reset the server to its first state without any resources?
David Pyke (Feb 11 2022 at 15:54):
You'll probably get better answers in #hapi
Last updated: Apr 12 2022 at 19:14 UTC