From 7f39bbd90918d348e820bfd603b5bce1ebc2a074 Mon Sep 17 00:00:00 2001 From: Fifo F Date: Wed, 4 Dec 2024 20:09:09 +0100 Subject: [PATCH] Update README.md --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index aaebb0d..045f650 100644 --- a/README.md +++ b/README.md @@ -11,3 +11,19 @@ services: ports: - "8282:80" ``` + +You can customize your Phanpy instance by adding an `args` section to the Docker Compose file and reubilding the image: + +```yaml +services: + phanpy: + build: + ... + args: + PHANPY_CLIENT_NAME: "Phanpy" + PHANPY_WEBSITE: "https://phanpy.social" + PHANPY_DEFAULT_INSTANCE: "https://mastodon.social" +``` + +You can find a full list on the official Phanpy repo. +