Skip to content

Commit

Permalink
Update docker-compose-member.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
eojinny authored Oct 31, 2023
1 parent 6cba7c4 commit 3e21540
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions docker-compose-member.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,5 @@
version: '3'
services:
apigateway:
image: gwangjang/apigateway
ports:
- 8888:8888
networks:
- msa-network

eureka:
image: gwangjang/eureka:latest
ports:
- 8761:8761
networks:
- msa-network

member:
image: gwangjang/member
Expand Down

0 comments on commit 3e21540

Please sign in to comment.