mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
tmux console fixes
This commit is contained in:
@@ -100,7 +100,10 @@ Use [mysqltuner.pl](http://mysqltuner.pl "MySQL tuner - Use it!") for recommenda
|
||||
docker-compose up -d nn-tmux-ui
|
||||
# check the monitor tmux
|
||||
docker exec -it nn-tmux-ui bash
|
||||
root@:/var/www/NNTmux# sudo -E -u notroot tmux attach
|
||||
# attach
|
||||
root@:/var/www/NNTmux# sudo -E -u notroot tmux attach -d
|
||||
# stop
|
||||
root@:/var/www/NNTmux# sudo -E -u notroot php artisan tmux-ui:stop --kill
|
||||
|
||||
```
|
||||
### Support
|
||||
|
||||
@@ -49,6 +49,11 @@ services:
|
||||
container_name: nn-tmux-ui
|
||||
stdin_open: true
|
||||
tty: true
|
||||
environment:
|
||||
MYSQL_ROOT_PASSWORD: ilmdvV8H
|
||||
TZ: ${APP_TZ}
|
||||
COLUMNS: "`tput cols`"
|
||||
LINES: "`tput lines`"
|
||||
command: sudo -E -u notroot php artisan tmux-ui:start
|
||||
ports:
|
||||
- 127.0.0.1:12345:12345
|
||||
Reference in New Issue
Block a user