Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

maximalmax90/HKMPDocker

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HKMP Docker Server

Standalone server provided by Extremelyd1.

Dockerhub Repo: https://hub.docker.com/repository/docker/maximalmax90/hkmpserver

Note: the latest tag allows you to update server files without recreating the container. Or you can use pre-build container with specific version (example: maximalmax90/hkmpserver:v2.2.3)

You need to bind directory to container, if you want to edit and store settings in json-files.

Now you can manage the server through the hkmp command:

  • Stop server: hkmp exit
  • Check for update: hkmp check
  • Update server: hkmp update
  • Post command to server console: hkmp <command> [args] full list of commands available here

Example

docker run -d -it --name hkserver -e PORT=2222 -p 2222:2222/udp -v /localdir/:/HKMP/ maximalmax90/hkmpserver:latest

Composer

version: "2.1"
services:  
  hkserver:
    image: maximalmax90/hkmpserver:latest
    container_name: hkserver
    environment:
     - PORT=2222 #if you need running server on custom port, PORT=2222 if variable PORT is empty
    volumes:
      - /localdir:/HKMP
    ports:
      - "2222:2222/udp"
    restart: always

About

HKMP Docker Server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
Morty Proxy This is a proxified and sanitized view of the page, visit original site.