Skip to content

Instantly share code, notes, and snippets.

View rolandjohann's full-sized avatar

Roland Johann rolandjohann

View GitHub Profile
@yacut
yacut / .tmux.conf
Last active February 27, 2018 10:32
# remap prefix to Control + a
set -g prefix C-a
unbind C-b
# quick pane cycling
unbind ^A
bind ^A select-pane -t :.+
# List of plugins
set -g @plugin 'tmux-plugins/tpm'
@mosquito
mosquito / README.md
Last active July 18, 2024 19:07
Add doker-compose as a systemd unit

Docker compose as a systemd unit

Create file /etc/systemd/system/docker-compose@.service. SystemD calling binaries using an absolute path. In my case is prefixed by /usr/local/bin, you should use paths specific for your environment.

[Unit]
Description=%i service with docker compose
PartOf=docker.service
After=docker.service