Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save armyofda12mnkeys/107d7be98c27a618a128faa9bd402572 to your computer and use it in GitHub Desktop.
Save armyofda12mnkeys/107d7be98c27a618a128faa9bd402572 to your computer and use it in GitHub Desktop.
version: '3'
services:
app:
build:
context: .
dockerfile: .docker/Dockerfile
image: laravel-docker
ports:
- 8080:80
volumes:
- .:/var/www/html/my_cms
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment