Archived
2
0
This repository has been archived on 2024-06-24. You can view files and clone it, but cannot push or open issues or pull requests.
neko-custom/docker-compose.yaml

16 lines
309 B
YAML
Raw Normal View History

2020-01-28 07:07:35 +00:00
version: "2.0"
2020-01-14 11:51:55 +00:00
services:
neko:
image: nurdism/neko
restart: always
2020-01-28 07:07:35 +00:00
shm_size: "1gb"
2020-01-14 11:51:55 +00:00
ports:
2020-01-14 12:07:33 +00:00
- "80:8080"
2020-01-14 11:51:55 +00:00
environment:
2020-01-28 07:07:35 +00:00
DISPLAY: :99.0
SCREEN_WIDTH: 1280
SCREEN_HEIGHT: 720
SCREEN_DEPTH: 24
2020-01-14 11:51:55 +00:00
NEKO_PASSWORD: neko
2020-01-28 07:07:35 +00:00
NEKO_ADMIN: admin
2020-01-14 11:51:55 +00:00
NEKO_BIND: :8080