Compare commits

..

No commits in common. "c22dcc62740cff158e89d0c54dededd99e3cce78" and "4f19441ab1414dd0495bb83565d3fdfb46bee510" have entirely different histories.

2 changed files with 11 additions and 7 deletions

View File

@ -1,21 +1,21 @@
% docker-compose % docker-compose
# Up a compose YAML # Up a compose YAML
sudo docker compose -f <file> up sudo docker-compose -f <file> up
# Up and daemonze a compose YAML # Up and daemonze a compose YAML
sudo docker compose -f <file> up -d sudo docker-compose -f <file> up -d
# Up and daemonze a compose YAML (force) # Up and daemonze a compose YAML (force)
sudo docker compose -f <file> up -d --force-recreate sudo docker-compose -f <file> up -d --force-recreate
# Down a compose YAML # Up and daemonze a compose YAML
sudo docker compose -f <file> down sudo docker-compose -f <file> down
# Print the last lines of compose YAML logs # Print the last lines of compose YAML logs
sudo docker compose -f <file> logs --tail 100 sudo docker-compose -f <file> logs --tail 100
# Print the last lines of compose YAML logs and following its logs # Print the last lines of compose YAML logs and following its logs
sudo docker compose -f <file> logs --tail 100 -f sudo docker-compose -f <file> logs --tail 100 -f
$ file: ls *.yaml | awk '{print $1}' $ file: ls *.yaml | awk '{print $1}'

View File

@ -1,14 +1,18 @@
[global_config] [global_config]
window_state = maximise window_state = maximise
scroll_tabbar = True scroll_tabbar = True
title_inactive_bg_color = "#000000"
inactive_color_offset = 1.0 inactive_color_offset = 1.0
enabled_plugins = TerminalShot, LaunchpadCodeURLHandler, APTURLHandler, LaunchpadBugURLHandler enabled_plugins = TerminalShot, LaunchpadCodeURLHandler, APTURLHandler, LaunchpadBugURLHandler
suppress_multiple_term_dialog = True suppress_multiple_term_dialog = True
title_use_system_font = False
title_font = Fira Code weight=453 11
[keybindings] [keybindings]
[profiles] [profiles]
[[default]] [[default]]
background_darkness = 0.7 background_darkness = 0.7
background_type = transparent background_type = transparent
cursor_color = "#908c8c"
font = Fira Code weight=453 11 font = Fira Code weight=453 11
foreground_color = "#ffffff" foreground_color = "#ffffff"
scrollback_infinite = True scrollback_infinite = True