Skip to content

Instantly share code, notes, and snippets.

@hongymagic
Last active January 30, 2023 03:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hongymagic/679c27eed5762d7f91438a3cf97028a8 to your computer and use it in GitHub Desktop.
Save hongymagic/679c27eed5762d7f91438a3cf97028a8 to your computer and use it in GitHub Desktop.
Neko
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