gotty-docker/docker-compose.yml

18 lines
316 B
YAML
Raw Permalink Normal View History

2021-06-22 22:28:56 +00:00
version: '2.3'
services:
gotty-docker:
2021-06-25 19:59:44 +00:00
container_name: gotty
image: byreqz/gotty:latest
2021-06-22 22:28:56 +00:00
restart: unless-stopped
ports:
- 1234:1234
environment:
- port=1234
- userpass=user:pass
- title=1234
2021-06-23 19:50:34 +00:00
- pkgs=htop
- command=htop
2021-07-10 18:09:36 +00:00
- use_tmux=true
2021-07-10 23:28:01 +00:00
- allow_write=false