Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 401 Bytes

File metadata and controls

23 lines (18 loc) · 401 Bytes

Host minecraft server with docker

  1. Clone the Repository:

    git clone https://github.com/kainesv86/mc-script.git
  2. Navigate to Project Directory:

    cd mc-script/<server>
  3. Copy and rename .env and Modify by your will

    cp .env.example .env
    vim .env
  4. Start docker-compose

    docker-compose up -d