Last active
July 14, 2022 11:30
-
-
Save gerrymcdonnell/f766aab010d74bf6946a748cf16ef462 to your computer and use it in GitHub Desktop.
docker simple php apache
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
services: | |
php: | |
image: php:7.4-apache | |
container_name: mycakeapp-webserver1 | |
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
http://localhost:8080