asd
This commit is contained in:
@ -5,6 +5,16 @@ services:
|
||||
# image: m1k1o/chat:latest
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- 150:80
|
||||
- 249:80
|
||||
environment:
|
||||
CACHE_SIZE: 50 # optional: message count stored. Defaults to zero.
|
||||
chat:
|
||||
build: .
|
||||
# image: m1k1o/chat:latest
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- ./vars/mcv.json:/usr/src/app/html/vars.json
|
||||
ports:
|
||||
- 250:80
|
||||
environment:
|
||||
CACHE_SIZE: 50 # optional: message count stored. Defaults to zero.
|
||||
|
||||
Reference in New Issue
Block a user