Closed ChihChengLiang closed 5 years ago
docker-compose.yml
prod.Dockerfile
dev.Dockerfile
test/Dockerfile
EXPOSE 8369 8370 13000 6831 6831/udp
Addressed in #125
What is wrong?
docker-compose.yml
s are rarely used recently, due to most of the nodes simulation are easier and thus preferably done by handcrafted scripts.prod.Dockerfile
is rarely used too.How can it be fixed?
docker-compose.yml
prod.Dockerfile
anddev.Dockerfile
to a new Dockerfile. Don't touchtest/Dockerfile
, but try to make the new Dockerfile compatible with it.EXPOSE 8369 8370 13000 6831 6831/udp