mirror of
https://github.com/lyx0/yaf.git
synced 2024-11-13 19:49:53 +01:00
10 lines
217 B
YAML
10 lines
217 B
YAML
version: '3.9'
|
|
services:
|
|
jaf:
|
|
image: jaf
|
|
volumes:
|
|
- '/path/to/local/filedir:/var/www/yaf'
|
|
- '/path/to/your/yaf.conf:/app/yaf.conf'
|
|
ports:
|
|
- '4712:4711'
|
|
|