Skip to content

gameame/docker-unmark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-unmark

Docker container for Unmark.

Install

  1. Install Docker Compose
  2. Run git clone --recursive https://github.com/gameame/docker-unmark
  3. Run cd docker-unmark && docker-compose up
  4. Go to http://localhost:5001/setup to finish setup

Production deployment

If you run Unmark container behing Nginx, be sure to set Host header, otherwise registration/login won't work:

server {
  # ...
  location / {
    proxy_pass http://localhost:5001;
    proxy_set_header Host      $host;
  }
  # ...
}

About

Docker container for Unmark

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages