mirror of
https://github.com/lyx0/yaf.git
synced 2024-11-13 19:49:53 +01:00
fix file path
This commit is contained in:
parent
1787fca81a
commit
e0255d63de
1 changed files with 2 additions and 2 deletions
|
@ -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'
|
||||
|
||||
|
|
Loading…
Reference in a new issue