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" +```