walt-id / waltid-walletkit

Toolkit for SSI and NFT/SBT wallets
https://docs.walt.id
Apache License 2.0
31 stars 25 forks source link

Ports not accessible when running the Docker container #10

Closed philpotisk closed 2 years ago

philpotisk commented 2 years ago

This command does not expose the ports: docker run -it -p 8080:8080 waltid/ssikit-wallet-backend

However, docker-compose is working fine.

Please either fix this or remove this command from the READMe

severinstampler commented 2 years ago

the service binds to the loopback interface by default, and therefore the port isn't reachable when using the docker container. I chnaged the default binding address to the public interface in the docker container, which resolves the issue.