chore(deps): update lscr.io/linuxserver/emulatorjs docker tag to v1.7.3 (#1726)
This commit is contained in:
parent
a09c610b40
commit
29f0563a6b
|
@ -5,13 +5,18 @@
|
||||||
"available": true,
|
"available": true,
|
||||||
"exposable": true,
|
"exposable": true,
|
||||||
"id": "emulatorjs",
|
"id": "emulatorjs",
|
||||||
"tipi_version": 2,
|
"tipi_version": 3,
|
||||||
"version": "1.7.2",
|
"version": "1.7.3",
|
||||||
"categories": ["gaming"],
|
"categories": [
|
||||||
|
"gaming"
|
||||||
|
],
|
||||||
"description": "Self-hosted Javascript emulation for various system.",
|
"description": "Self-hosted Javascript emulation for various system.",
|
||||||
"short_desc": "Self-hosted Javascript emulation for various system.",
|
"short_desc": "Self-hosted Javascript emulation for various system.",
|
||||||
"author": "EmulatorJS",
|
"author": "EmulatorJS",
|
||||||
"source": "https://github.com/EmulatorJS/EmulatorJS",
|
"source": "https://github.com/EmulatorJS/EmulatorJS",
|
||||||
"form_fields": [],
|
"form_fields": [],
|
||||||
"supported_architectures": ["arm64", "amd64"]
|
"supported_architectures": [
|
||||||
|
"arm64",
|
||||||
|
"amd64"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,7 +3,7 @@ version: "3.7"
|
||||||
services:
|
services:
|
||||||
emulatorjs:
|
emulatorjs:
|
||||||
container_name: emulatorjs
|
container_name: emulatorjs
|
||||||
image: lscr.io/linuxserver/emulatorjs:1.7.2
|
image: lscr.io/linuxserver/emulatorjs:1.7.3
|
||||||
ports:
|
ports:
|
||||||
- ${APP_PORT}:80
|
- ${APP_PORT}:80
|
||||||
- 8165:3000
|
- 8165:3000
|
||||||
|
|
Loading…
Reference in New Issue
Block a user