1
0
Fork 0
mirror of https://git.fifo-f.eu/fifo/phanpy-docker.git synced 2025-04-18 19:08:20 +02:00
No description
Find a file
2024-12-04 18:54:25 +01:00
docker-compose.yml Initial commit 2024-12-04 18:38:19 +01:00
Dockerfile Initial commit 2024-12-04 18:38:19 +01:00
LICENSE Add LICENSE 2024-12-04 18:44:33 +01:00
README.md Add README 2024-12-04 18:54:25 +01:00

Phanpy Docker image

This is a Dockerfile for running cheeauns 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:

services:
  phanpy:
    ...
    ports:
      - "8282:80"