You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 9, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -126,11 +126,13 @@ The folder names for systems are:
126
126
127
127
**For Xbox users please click the select button a couple times after launching a game to ensure the B button does not trigger a "back" action in the browser. (official name "view button" it is the two small squares) Exiting the controller mode and back to browser controls can be triggered by holding the start button for 3 seconds. (official name "menu button" the three lines)**
128
128
129
-
130
129
## Usage
131
130
132
131
To help you get started creating a container from this image you can either use docker-compose or the docker cli.
133
132
133
+
>[!NOTE]
134
+
>Unless a parameter is flaged as 'optional', it is *mandatory* and a value must be provided.
135
+
134
136
### docker-compose (recommended, [click here for more info](https://docs.linuxserver.io/general/docker-compose))
135
137
136
138
```yaml
@@ -178,8 +180,8 @@ Containers are configured using parameters passed at runtime (such as those abov
178
180
179
181
| Parameter | Function |
180
182
| :----: | --- |
181
-
|`-p 3000`| Rom/artwork management interface, used to generate/manage config files and download artwork |
182
-
|`-p 80`| Emulation frontend containing static web files used to browse and launch games |
183
+
|`-p 3000:3000`| Rom/artwork management interface, used to generate/manage config files and download artwork |
184
+
|`-p 80:80`| Emulation frontend containing static web files used to browse and launch games |
183
185
|`-p 4001`| IPFS peering port, if you want to participate in the P2P network to distribute frontend artwork please forward this to the Internet |
184
186
|`-e PUID=1000`| for UserID - see below for explanation |
185
187
|`-e PGID=1000`| for GroupID - see below for explanation |
0 commit comments