Skip to content

Instantly share code, notes, and snippets.

@gerrymcdonnell
Last active July 14, 2022 11:30
Show Gist options
  • Save gerrymcdonnell/f766aab010d74bf6946a748cf16ef462 to your computer and use it in GitHub Desktop.
Save gerrymcdonnell/f766aab010d74bf6946a748cf16ef462 to your computer and use it in GitHub Desktop.
docker simple php apache
services:
php:
image: php:7.4-apache
container_name: mycakeapp-webserver1
ports:
- 8080:80
volumes:
- ./:/var/www/html/
@gerrymcdonnell
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment