From e0255d63de93c3ac14d3def53d3fc4ffe7561f5b Mon Sep 17 00:00:00 2001 From: lyx0 Date: Thu, 7 Sep 2023 16:24:47 +0200 Subject: [PATCH] fix file path --- docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 3c22476..e73ab2e 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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'