Skip to content

soaringswine/phoromatic-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Phoromatic Docker Image

This repository provides a Dockerfile for running the Phoromatic server.

Prerequisites

  • Docker installed and running.

Building the Image

Run the following command in the repository root to build the Docker image:

docker build -t phoromatic .

Running the Container

Start the Phoromatic server container and expose the web interface on port 8287:

docker run -p 8287:8287 phoromatic

After the container starts, navigate to http://localhost:8287/ in your web browser to access the Phoromatic interface.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published