update hans

This commit is contained in:
kev 2016-11-24 12:28:28 +08:00
parent 0d091311b0
commit 6c4bdf5d01
2 changed files with 3 additions and 1 deletions

View File

@ -17,6 +17,7 @@ vnc2flv:
- ./pwdfile:/pwdfile
- ./data:/data
net: host
stop_signal: SIGINT
```
## Up and Running
@ -29,7 +30,7 @@ $ echo secret > pwdfile
$ docker-compose up -d
# Stop recording
$ docker-compose kill -s INT
$ docker-compose stop
# View logs
$ docker-compose logs

View File

@ -5,3 +5,4 @@ vnc2flv:
- ./pwdfile:/pwdfile
- ./data:/data
net: host
stop_signal: SIGINT