mirror-yaf/docker-compose.yml

11 lines
211 B
YAML
Raw Permalink Normal View History

version: '3.9'
services:
2023-09-04 17:54:49 +02:00
yaf:
image: yaf
volumes:
2023-09-07 16:24:47 +02:00
- /path/to/filedir:/var/www/yaf
- /path/to/your/yaf.conf:/app/yaf.conf
ports:
2023-09-04 17:54:49 +02:00
- '127.0.0.1:4711:4711'