Skip to content

Instantly share code, notes, and snippets.

@jenovateurs
Created November 12, 2019 10:48
Show Gist options
  • Save jenovateurs/66011aaee7fe23a616080fca863a6dda to your computer and use it in GitHub Desktop.
Save jenovateurs/66011aaee7fe23a616080fca863a6dda to your computer and use it in GitHub Desktop.
Etape 2 : WordPress est dépendant de MySql
version: '3'
services:
base_de_donnees:
image: mysql:latest
wordpress:
image: wordpress:latest
depends_on:
- base_de_donnees
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment