Sign inSign up

zsm1703/chat-room

By zsm1703

Updated over 3 years ago

Image
0

961

zsm1703/chat-room repository overview

source from: https://github.com/journey-ad/chat-room

run following commands to deploy chat-room with sqlite3:
mkdir /chat-room && touch /chat-room/msg.db
docker run --name my-chat-room -p 80:3000 -d -v /chat-room/msg.db:/chat-room/msg.db zsm1703/chat-room

-v /chat-room/msg.db:/chat-room/msg.db mounts the chatroom log file to the host directory.

Tag summary

Content type

Image

Digest

sha256:17bfa1f42

Size

121.9 MB

Last updated

over 3 years ago

docker pull zsm1703/chat-room