moorkop / mccy-engine

Provides a web based "Minecraft Server as a Service" (MCaaS?) to deploy Minecraft server containers on any Docker Swarm cluster or standalone Engine instance.
Apache License 2.0
12 stars 4 forks source link

"This deployment" footer is rendering wrong #50

Closed itzg closed 8 years ago

itzg commented 8 years ago

...but I might need to change configuration with the new theme.

image

danpolanco commented 8 years ago

I noticed that as well. Something I should look into?

danpolanco commented 8 years ago

Perhaps I changed the #if statements incorrectly.

itzg commented 8 years ago

I think I found the cause. My config in the docker-compose.yml is still

    --mccy.deployment-powered-by.image-src=images/powered-by/powered-by-carina-wide.png 

but the images path is now img/. That would great if you could fix the compose file.