MitchTalmadge / AMP-dockerized

CubeCoders AMP in a Docker Image. Easily create game servers for games like Minecraft, GMod, TF2, Factorio, and StarBound!
https://hub.docker.com/r/mitchtalmadge/amp-dockerized
Other
91 stars 22 forks source link

How to change the licence field? #128

Closed Shindur closed 1 year ago

Shindur commented 2 years ago

Hey there, first time using this docker container and I finally got it to run, but it stops at the licence bit, which is to be expected. However, where do I go to change the licence variable once I have bought my licence?

harveydobson commented 1 year ago

Hi @Shindur,

My understanding is that LICENSE is an environment variable, https://github.com/MitchTalmadge/AMP-dockerized#environment-variables.

So you should be able to include this in the environment directive of your docker-compose.yml or if you are using the docker run command, you can append -env LICENSE=xyz or -e LICENSE=xyz for the shorthand version.