Skip to content

Instantly share code, notes, and snippets.

@marcusvieira88
Created October 27, 2019 14:55
Show Gist options
  • Save marcusvieira88/63c086c593085855277b858e1ab0ce5e to your computer and use it in GitHub Desktop.
Save marcusvieira88/63c086c593085855277b858e1ab0ce5e to your computer and use it in GitHub Desktop.
Spring Cloud Config Server docker-compose.yaml
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