Skip to content

chimpchimp/docker-manage-this-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

docker-manage-this-node

Dockerfile for manage-this-node

To use:

  1. Install Docker

  2. Make a directory to store the config file and copy the template from the orginal repo, naming it config.json.

  3. Run the container, pointing to the directory with the config file. This should now pull the image from Docker hub:

docker run -d -p 3000:3000 \
--name="manage-this-node" \
-v <path to config folder>:/config \
--restart="always" \
chimpchimp/manage-this-node

Port Conflicts

If you run into a port conflict trying to run on 3000, for example if you're running Plex Requests, it is simple to modify the port forwarding:

-p 3001:3000

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published