add description to ports of EmulatorJS
Signed-off-by: Tiger Wang <tigerwang@outlook.com>
This commit is contained in:
parent
f3cf0dfcdb
commit
b3018a347e
|
@ -30,6 +30,16 @@ services:
|
||||||
- type: bind
|
- type: bind
|
||||||
source: /ROMS/nes
|
source: /ROMS/nes
|
||||||
target: /data/nes/roms
|
target: /data/nes/roms
|
||||||
|
x-casaos:
|
||||||
|
ports:
|
||||||
|
- container: "80"
|
||||||
|
description:
|
||||||
|
en_us: Play Game
|
||||||
|
zh_cn: 玩游戏
|
||||||
|
- container: "3000"
|
||||||
|
description:
|
||||||
|
en_us: Manage ROMS
|
||||||
|
zh_cn: ROM 管理
|
||||||
x-casaos:
|
x-casaos:
|
||||||
architectures:
|
architectures:
|
||||||
- amd64
|
- amd64
|
||||||
|
|
Loading…
Reference in New Issue