change port, fix build tag

This commit is contained in:
lyx0 2023-09-04 17:54:49 +02:00
parent 22735b6443
commit 74cf65ee1a

View file

@ -1,10 +1,10 @@
version: '3.9' version: '3.9'
services: services:
jaf: yaf:
image: jaf image: yaf
volumes: volumes:
- '/path/to/local/filedir:/var/www/yaf' - '/path/to/filedir:/var/www/yaf'
- '/path/to/your/yaf.conf:/app/yaf.conf' - '/path/to/your/yaf.conf:/app/yaf.conf'
ports: ports:
- '4712:4711' - '127.0.0.1:4711:4711'