Discord bot to check status of FFXIV worlds.
cp compose.override.yaml.example compose.override.yaml- Modify
compose.override.yamlto match your environment.
docker compose \
-f compose.yaml \
-f compose.override.yaml \
up \
--abort-on-container-exit \
--build- If
docker composeis running on foreground,Ctrl+Cshould stop it. - If
docker composeis running on background, then the command from the "Cleanup" section below should stop it.
docker compose \
-f compose.yaml \
-f compose.override.yaml \
down \
--volumes \
--remove-orphans \
--rmi localassets/fankit: See https://eu.finalfantasyxiv.com/lodestone/special/fankit/.- Everything else: MPL 2.0.
