Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save allanesquina/3fc67c2521b0836239d4c69f0b8935bb to your computer and use it in GitHub Desktop.
Save allanesquina/3fc67c2521b0836239d4c69f0b8935bb to your computer and use it in GitHub Desktop.
dockercompose
services:
php:
...
links:
- db
db:
...
links:
- php
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment