mirror of
https://github.com/patriciogonzalezvivo/thebookofshaders.git
synced 2026-08-28 11:19:21 +02:00
10 lines
126 B
YAML
10 lines
126 B
YAML
version: '3.5'
|
|
|
|
services:
|
|
web:
|
|
image: php:7.0-apache
|
|
volumes:
|
|
- .:/var/www/html/
|
|
ports:
|
|
- "8000:80"
|