fdongyu / DataExchangeAPI

1 stars 2 forks source link

Failure in running Server #4

Closed fdongyu closed 4 days ago

fdongyu commented 4 days ago

Hi @Seth-Wolfgang ,

When I run "docker compose up" on Jetstream, I received the following error. image

Seth-Wolfgang commented 4 days ago

Either delete that instance docker rm -f <instance name> or docker rmi -f <instance name or rename server in the compose.yaml file. Maybe that should work?

fdongyu commented 4 days ago

Thanks. I see. It turns out "docker compose down" works.