Skip to content

Instantly share code, notes, and snippets.

@jenovateurs
Created November 12, 2019 10:46
Show Gist options
  • Save jenovateurs/3cf66f59f1df0b7f1c2f33134cf82a73 to your computer and use it in GitHub Desktop.
Save jenovateurs/3cf66f59f1df0b7f1c2f33134cf82a73 to your computer and use it in GitHub Desktop.
Etape 1 : MySql et WordPress simple
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