Change this option to:
-p 14002:14002
- Stop the container:
docker stop -t 300 storagenode
- Remove the container:
docker rm storagenode
- Run a new container with the option changed.
docker run -d --restart unless-stopped -p 14002:14002 -p 28967:28967 \
-e WALLET="..."
-e ....