You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's the docker-compose.yml file up there. If you don't want to build the image, remove build part from the file and replace image: covid-api with image: ghcr.io/Liminova/covid-api/covid-api:latest
Run
docker run --name covid-api -p 8080:8080 --restart unless-stopped covid-api
{ "VN": "Vietnam", "US": "United States", "WW": "Worldwide" // ... }