-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathemulatorJS.json
More file actions
57 lines (57 loc) · 1.19 KB
/
emulatorJS.json
File metadata and controls
57 lines (57 loc) · 1.19 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"type": 1,
"title": "EmulatorJS",
"name": "EmulatorJS",
"description": "In browser web based emulation portable to nearly any device for many retro consoles. A mix of emulators is used between Libretro and EmulatorJS",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/emulatorjs-logo.png",
"image": "lscr.io/linuxserver/emulatorjs:latest",
"note": "This is a note",
"categories": [
"Other",
"Games"
],
"platform": "linux",
"restart_policy": "unless-stopped",
"ports": [
"3000:3000/tcp",
"80:80/tcp",
"4001:4001/tcp"
],
"network_mode": "bridge",
"volumes": [
{
"container": "/data",
"bind": "!data"
},
{
"container": "/config",
"bind": "!config"
}
],
"sysctls": [
{
"net.ipv6.conf.all.disable_ipv6": "0"
}
],
"cap_add": [
"NET_ADMIN"
],
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1000"
},
{
"name": "PGID",
"label": "PGID",
"default": "1000"
},
{
"name": "TZ",
"label": "TZ",
"description": "Change to Your Time Zone",
"default": "America/Winnipeg"
}
]
}