Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 452 Bytes

File metadata and controls

26 lines (19 loc) · 452 Bytes

Docker Phira MP

This is Phira Multiplayer server docker image.

Docker Compose

version: "3"

services:
  phira_mp:
    container_name: phira_mp
    image: ghcr.io/docker-collection/phira-mp:latest
    ports:
      - 8080:12346
    # environment:
    #   PORT: 12346

Reference