1
0
Fork 0
forked from blallo/rss-bridge
rss-bridge/docker-compose.yaml

17 lines
325 B
YAML
Raw Normal View History

2021-10-10 00:54:26 +02:00
version: "3"
services:
php:
build:
context: .
2021-10-16 00:13:01 +02:00
environment:
- 'PHP_DISPLAY_ERRORS=0'
- 'PHP_LOG_ERRORS=1'
- 'PHP_ERROR_REPORTING=E_ALL'
- 'PHP_REPORT_MEMLEAKS=1'
2021-10-10 00:54:26 +02:00
volumes:
- ./:/app/public/
ports:
- "8001:80"