Eureka server for erudio microservice
336
docker run -p 8761:8761 matheusvict/naming-server
naming-server:
image: matheusvict/naming-server:latest
# you should run 8761 because the other applications find for it there
ports:
- 8761:8761
networks:
- erudio-network
networks:
erudio-network:
driver: bridge
Content type
Image
Digest
sha256:82d243950…
Size
138.4 MB
Last updated
about 3 years ago
docker pull matheusvict/naming-server