mirror of
https://github.com/patriciogonzalezvivo/thebookofshaders
synced 2024-11-09 19:10:24 +00:00
1221cf1b56
With this, if you have docker and docker-compose installed, starting up the book is a simple matter of `docker-compose up` and then you'll find the book up at `http:\\localhost:8000` simple as that
7 lines
88 B
YAML
7 lines
88 B
YAML
web:
|
|
image: php:7.0-apache
|
|
volumes:
|
|
- .:/var/www/html/
|
|
ports:
|
|
- "8000:80"
|