Skip to content

meric426/ftbskiesexpert

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

If you are looking for regular FTB Skies go to https://github.com/Goobaroo/docker-ftbskies

This container is primaryily built to run on an Unraid server, outside of that your milliage will vary.

The docker on first run will download the same version as tagged of FTB Skies Expert and install it. This can take a while as the Forge installer can take a bit to complete. You can watch the logs and it will eventually finish.

After the first run it will simply start the server.

Requirements

  • /data mounted to a persistent disk
  • Port 25565/tcp mapped
  • environment variable EULA set to "true"

As the end user, you are repsonsible for accepting the EULA from Mojang to run their server, by default in the container it is set to false.

Options

These environment variables can be set at run time to override their defaults.

  • JVM_OPTS "-Xms4096m -Xmx6144m"
  • MOTD "FTB Skies Server Powered by Docker"
  • LEVEL world

Adding Minecraft Operators

Set the enviroment variable OPS with a comma separated list of players.

example: OPS="OpPlayer1,OpPlayer2"

Troubleshooting

Accept the EULA

Did you pass in the environment variable EULA set to true?

Permissions of Files

This container is designed for Unraid so the user in the container runs on uid 99 and gid 100. This may cause permission errors on the /data mount on other systems.

Resetting

If the install is incomplete for some reason. Deleting the downloaded server file in /data will restart the install/upgrade process.

Source

Github: https://github.com/meric426/ftbskiesexpert

Docker: https://hub.docker.com/repository/docker/meric426/ftbskiesexpert

About

Modded Java Minecraft server container for Unraid that runs FTB Skies Expert.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 79.0%
  • Dockerfile 21.0%