Skip to content

Instantly share code, notes, and snippets.

@jenovateurs
Created November 12, 2019 10:37
Show Gist options
  • Save jenovateurs/354617c08a843452763b43322a841ef8 to your computer and use it in GitHub Desktop.
Save jenovateurs/354617c08a843452763b43322a841ef8 to your computer and use it in GitHub Desktop.
Structure de base de docker-compose
version: '3'
services:
redis:
image: redis
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment