fix file path

This commit is contained in:
lyx0 2023-09-07 16:24:47 +02:00
parent 1787fca81a
commit e0255d63de

View file

@ -3,8 +3,8 @@ services:
yaf:
image: yaf
volumes:
- '/path/to/filedir:/var/www/yaf'
- '/path/to/your/yaf.conf:/app/yaf.conf'
- /path/to/filedir:/var/www/yaf
- /path/to/your/yaf.conf:/app/yaf.conf
ports:
- '127.0.0.1:4711:4711'