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:
parent
1b94738b53
commit
7f39bbd909
1 changed files with 16 additions and 0 deletions
16
README.md
16
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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue