mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-01-17 21:48:59 +01:00
11 lines
147 B
YAML
11 lines
147 B
YAML
version: "3.1"
|
|
services:
|
|
php:
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
ports:
|
|
- "8080:80"
|
|
volumes:
|
|
- .:/app
|