1
0
Fork 0
mirror of https://git.fifo-f.eu/fifo/phanpy-docker.git synced 2025-04-18 19:08:20 +02:00

Update README.md

This commit is contained in:
Fifo F. 2024-12-04 20:09:09 +01:00
parent 1b94738b53
commit 7f39bbd909
Signed by: fifo
GPG key ID: A19A205B0C863808

View file

@ -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.