Last active
January 30, 2023 03:47
-
-
Save hongymagic/679c27eed5762d7f91438a3cf97028a8 to your computer and use it in GitHub Desktop.
Neko
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
version: "3.4" | |
services: | |
neko: | |
image: "m1k1o/neko:google-chrome" | |
restart: "unless-stopped" | |
shm_size: "2gb" | |
ports: | |
- "80:8080" | |
- "52000-52100:52000-52100/udp" | |
cap_add: | |
- ALL | |
environment: | |
NEKO_SCREEN: 1024×576@30 | |
NEKO_PASSWORD: neko | |
NEKO_PASSWORD_ADMIN: admin | |
NEKO_EPR: 52000-52100 | |
NEKO_ICELITE: 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment