6 lines
247 B
Bash
6 lines
247 B
Bash
# Used by the systemd example for an existing Docker Compose Mastodon installation.
|
|
# COMPOSE_DIR is the directory containing compose.yml/docker-compose.yml.
|
|
COMPOSE_DIR=/path/to/mastodon-compose
|
|
COMPOSE_SERVICE=web
|
|
COMPOSE_COMMAND=docker compose
|