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,
|
||||
"exposable": true,
|
||||
"id": "emulatorjs",
|
||||
"tipi_version": 2,
|
||||
"version": "1.7.2",
|
||||
"categories": ["gaming"],
|
||||
"tipi_version": 3,
|
||||
"version": "1.7.3",
|
||||
"categories": [
|
||||
"gaming"
|
||||
],
|
||||
"description": "Self-hosted Javascript emulation for various system.",
|
||||
"short_desc": "Self-hosted Javascript emulation for various system.",
|
||||
"author": "EmulatorJS",
|
||||
"source": "https://github.com/EmulatorJS/EmulatorJS",
|
||||
"form_fields": [],
|
||||
"supported_architectures": ["arm64", "amd64"]
|
||||
"supported_architectures": [
|
||||
"arm64",
|
||||
"amd64"
|
||||
]
|
||||
}
|
||||
|
|
|
@ -3,7 +3,7 @@ version: "3.7"
|
|||
services:
|
||||
emulatorjs:
|
||||
container_name: emulatorjs
|
||||
image: lscr.io/linuxserver/emulatorjs:1.7.2
|
||||
image: lscr.io/linuxserver/emulatorjs:1.7.3
|
||||
ports:
|
||||
- ${APP_PORT}:80
|
||||
- 8165:3000
|
||||
|
|
Loading…
Reference in New Issue
Block a user