Created
November 12, 2019 10:37
-
-
Save jenovateurs/354617c08a843452763b43322a841ef8 to your computer and use it in GitHub Desktop.
Structure de base de docker-compose
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: '3' | |
services: | |
redis: | |
image: redis |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment