Skip to content

Troubleshooting

In case you are getting problems after updating docker, docker-compose or the image try to reset your images

docker-compose down

docker system prune
WARNING! This will remove:
  - all stopped containers
  - all networks not used by at least one container
  - all dangling images
  - unused build cache

Are you sure you want to continue? [y/N] y

After that restart the services

docker-compose up -d