From 74cf65ee1ae2037627f919881fb13ea17f77298f Mon Sep 17 00:00:00 2001 From: lyx0 Date: Mon, 4 Sep 2023 17:54:49 +0200 Subject: [PATCH] change port, fix build tag --- docker-compose.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 7e8fb2e..3c22476 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,10 +1,10 @@ version: '3.9' services: - jaf: - image: jaf + yaf: + image: yaf volumes: - - '/path/to/local/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: - - '4712:4711' + - '127.0.0.1:4711:4711'