mirror of
https://github.com/m1k1o/neko.git
synced 2025-04-29 02:16:21 +02:00
added docker compose
This commit is contained in:
parent
f41ce5e5a0
commit
3c6949a812
1 changed files with 14 additions and 0 deletions
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…
Add table
Reference in a new issue