fix formatting

This commit is contained in:
Nils 2021-06-25 21:43:38 +02:00
parent ae53158edc
commit 6ea2563392
Signed by: byreqz
GPG Key ID: 396A62D7D436749E
1 changed files with 5 additions and 5 deletions

View File

@ -19,11 +19,11 @@ this is a dynamically built gotty container
- sid main repo available
## environment values
port - sets the port the gotty web-ui runs at (def. 8080)
userpass - sets a username and password for the webui (optional, def. none)
title - set application title (browser and tmux session title, def. gotty)
pkgs - additional packages to install when the container is started (optional, def. none)
command - the command to run (required, def. none/pfetch)
- port - sets the port the gotty web-ui runs at (def. 8080)
- userpass - sets a username and password for the webui (optional, def. none)
- title - set application title (browser and tmux session title, def. gotty)
- pkgs - additional packages to install when the container is started (optional, def. none)
- command - the command to run (required, def. none/pfetch)
## compose
this example can also be found in the repo