forked from blallo/rss-bridge
docker-compose dev environment
This commit is contained in:
parent
6533d42be9
commit
77e4d3a00c
1 changed files with 11 additions and 0 deletions
11
docker-compose.yaml
Normal file
11
docker-compose.yaml
Normal file
|
@ -0,0 +1,11 @@
|
|||
version: "3"
|
||||
|
||||
services:
|
||||
php:
|
||||
build:
|
||||
context: .
|
||||
volumes:
|
||||
- ./:/app/public/
|
||||
ports:
|
||||
- "8001:80"
|
||||
|
Loading…
Reference in a new issue