1
0
Fork 0
forked from blallo/rss-bridge

docker-compose dev environment

This commit is contained in:
boyska 2021-10-10 00:54:26 +02:00
parent 6533d42be9
commit 77e4d3a00c

11
docker-compose.yaml Normal file
View file

@ -0,0 +1,11 @@
version: "3"
services:
php:
build:
context: .
volumes:
- ./:/app/public/
ports:
- "8001:80"