FlyingFish
FlyingFish on GitHub
  • FlyingFish
    • About the project
    • Screenshots
    • Installation
      • Quick Setup
      • Quick Update
      • Create Backup
      • Long setup
        • Env
        • Docker compose
          • Ports
          • Network
      • Storage management
      • FAQ
    • Configurations
      • Which user type am I
      • Listen
        • Port forwarding
        • Proxy protocol
        • IP Access
        • Gateway identifiers
        • UPnP Nat
      • Domains
        • DynDns Clients
        • Own DNS Server
        • Discussions Subdomains
        • DynDns Server
      • Routes
    • Examples
      • SSH hidden on HTTPS
      • FlyingFish to other reverse proxy
      • Backup Server, SSH to Nas
      • Own DynDNS Server - Fritzbox
      • Inventree - Route
    • Developer
      • Ideas, requests and bugs
      • Project structure
        • Under the hood
        • Service structure
        • Schema
        • Object name rules
      • Image build
      • Plugins
    • Contribution
Powered by GitBook
On this page
Edit on GitHub
  1. FlyingFish
  2. Installation
  3. Long setup
  4. Docker compose

Ports

How the following ports are forwarded from the host to the containers.

PreviousDocker composeNextNetwork

Last updated 1 year ago

Container flyingfish_db

Port
Description

3306

The port to MariaDB is addressed to the FlyingFish Services internally via the Docker network. In the Docker Compose file, this port is also listed on the localhost ip, which means that an SQL client can be connected to the database via ssh port forwarding. For checks, backups or manual interventions. This type of data processing is actually only necessary in the development environment.

Container flyingfish_influxdb

Port
Description

8086

The port to Influxdb is addressed to the FlyingFish Services internally via the Docker network. In the Docker Compose file, this port is also listed on the localhost ip. The web interface can be accessed locally or via ssh port forwarding.

Container flyingfish_service

Port
Description

443

The HTTPS/SSL port, this is used in the standard installation for the nginx.

80

The HTTP port, this is used in the standard installation for the nginx.

5333

This sport is actually port 53 (TCP/UDP) for the DNS server. But it is used as an alternative 5333 so that there is no collision from the host system.

3000

Flying Fish Server HTTPS port to reach the front end. Can be set on the variable.

1900

HTTP_SERVER_PORT