2024-12-04 18:54:25 +01:00
# Phanpy Docker image
2025-01-16 14:19:18 +01:00
This is a Dockerfile for running cheeaun’ s [Phanpy ](https://github.com/cheeaun/phanpy ) fediverse client as a Docker container.
2024-12-04 18:54:25 +01:00
You can use any reverse proxy (for example, nginx) in front of the container. By default, the container listens on port **8282** . If you want to use a different port, feel free to edit the Docker Compose file:
```yaml
services:
phanpy:
...
ports:
- "8282:80"
```
2024-12-04 20:09:09 +01:00
2024-12-05 16:54:44 +01:00
You can customize your Phanpy instance by uncommenting the `args` section in the Docker Compose file and rebuilding the image:
2024-12-04 20:09:09 +01:00
```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.
2024-12-07 09:27:09 +01:00
If you have any questions, improvements or other feedback feel free to create an issue on my GitLab: https://git.fifo-f.eu/fifo/phanpy-docker/-/issues