Skip to content

Instantly share code, notes, and snippets.

@ianrodrigues
Created March 12, 2019 17:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ianrodrigues/2adc6a08fbc984d6e8d4d8239684c68a to your computer and use it in GitHub Desktop.
Save ianrodrigues/2adc6a08fbc984d6e8d4d8239684c68a to your computer and use it in GitHub Desktop.
version: '3'
services:
app:
build: .
image: symfony-fargate
ports:
- 8080:80
volumes:
- .:/var/www/html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment