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:
parent
53709704cd
commit
5f7764d48d
1 changed files with 13 additions and 0 deletions
13
README.md
Normal file
13
README.md
Normal file
|
@ -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"
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue