From 5f7764d48db64e587c3e46bde16243d902295f42 Mon Sep 17 00:00:00 2001 From: Fifo F Date: Wed, 4 Dec 2024 18:54:25 +0100 Subject: [PATCH] Add README --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..aaebb0d --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# Phanpy Docker image + +This is a Dockerfile for running cheeaun’s [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" +```