mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
added docker compose
This commit is contained in:
parent
f41ce5e5a0
commit
3c6949a812
14
docker-compose.yaml
Normal file
14
docker-compose.yaml
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
version: '3.6'
|
||||||
|
services:
|
||||||
|
neko:
|
||||||
|
image: nurdism/neko
|
||||||
|
restart: always
|
||||||
|
shm_size: '2gb'
|
||||||
|
ports:
|
||||||
|
- "8080:80"
|
||||||
|
environment:
|
||||||
|
NEKO_DISPLAY: 0
|
||||||
|
NEKO_WIDTH: 1280
|
||||||
|
NEKO_HEIGHT: 720
|
||||||
|
NEKO_PASSWORD: neko
|
||||||
|
NEKO_BIND: :8080
|
Loading…
Reference in New Issue
Block a user