mirror of
https://github.com/darmiel/yaxc.git
synced 2025-01-14 19:18:27 +08:00
updated port
This commit is contained in:
parent
a215f0a479
commit
c8bc6ace9e
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ services:
|
||||||
image: darmiel/yaxc:latest
|
image: darmiel/yaxc:latest
|
||||||
command: serve --enable-encryption -x 86400 -l 5s -s 1h -r redis:6379 --proxy-header X-Forwarded-For
|
command: serve --enable-encryption -x 86400 -l 5s -s 1h -r redis:6379 --proxy-header X-Forwarded-For
|
||||||
ports:
|
ports:
|
||||||
- 1332:1332
|
- 127.0.0.1:10001:1332
|
||||||
depends_on:
|
depends_on:
|
||||||
- redis
|
- redis
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
|
|
Loading…
Reference in a new issue