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

Add README

This commit is contained in:
Fifo F. 2024-12-04 18:54:25 +01:00
parent 53709704cd
commit 5f7764d48d
Signed by: fifo
GPG key ID: A19A205B0C863808

13
README.md Normal file
View file

@ -0,0 +1,13 @@
# Phanpy Docker image
This is a Dockerfile for running cheeauns [Phanpy](https://github.com/cheeaun/phanpy) Mastodon client as a Docker container.
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"
```