Created
October 27, 2019 14:55
-
-
Save marcusvieira88/63c086c593085855277b858e1ab0ce5e to your computer and use it in GitHub Desktop.
Spring Cloud Config Server docker-compose.yaml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
version: '2' | |
services: | |
redis: | |
image: redis | |
restart: always | |
ports: | |
- "6379:6379" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment