Created
November 12, 2019 10:46
-
-
Save jenovateurs/3cf66f59f1df0b7f1c2f33134cf82a73 to your computer and use it in GitHub Desktop.
Etape 1 : MySql et WordPress simple
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: | |
base_de_donnees: | |
image: mysql:latest | |
wordpress: | |
image: wordpress:latest |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment