Sign inSign up

hexergogo/eureka-server

By hexergogo

Updated over 4 years ago

eureka-server port at 8761

Image
0

74

hexergogo/eureka-server repository overview

start eureka-server

docker run -p 8761:8761 hexergogo/eureka-server:1.0

eureka config

server:
  port: 8761
eureka:
  client:
    fetch-registry: false
    register-with-eureka: false
    service-url:
      defaultZone: http://localhost:8761/eureka/
spring:
  application:
    name: eureka

Tag summary

Content type

Image

Digest

Size

119.3 MB

Last updated

over 4 years ago

docker pull hexergogo/eureka-server:1.0