mirror of
https://github.com/lyx0/yaf.git
synced 2024-11-13 19:49:53 +01:00
change port, fix build tag
This commit is contained in:
parent
22735b6443
commit
74cf65ee1a
1 changed files with 5 additions and 5 deletions
|
@ -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'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue