Updated installation instructions

This commit is contained in:
2019-04-14 16:28:30 +09:00
parent ba8d7e72d3
commit c210ab36ee
6 changed files with 42 additions and 112 deletions

View File

@ -1,6 +1,9 @@
version: '3'
version: "3"
services:
notify.moe:
build: .
image: animenotifier/notify.moe
stdin_open: true
tty: true
ports:
- "443:4001"