Skip to content

Instantly share code, notes, and snippets.

@kodetop
Created August 4, 2019 20:24
Show Gist options
  • Save kodetop/8614c25d2a7be6a12dd4c3e8290b4a5d to your computer and use it in GitHub Desktop.
Save kodetop/8614c25d2a7be6a12dd4c3e8290b4a5d to your computer and use it in GitHub Desktop.
docker-compose.yml para crear contenedor con PHP
version: '3'
services:
web:
build: .
container_name: docker-php
ports:
- "80:80"
volumes:
- ./www:/var/www/html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment