ItsEcholot / ContainerNursery

Puts Docker Containers to sleep and wakes them back up when they're needed
MIT License
94 stars 6 forks source link

Custom Waking up page #15

Closed JamesDAdams closed 2 years ago

JamesDAdams commented 2 years ago

Hi,

it would be nice to be able to define your own waiting page :)

Thanks.

everythingguy commented 2 years ago

Just set a file volume to the file /usr/src/app/views/placeholder.ejs and start with the original file placeholder.ejs

ItsEcholot commented 2 years ago

@JamesDAdams I think the easiest way to accomplish this is how @everythingguy described it. Or did you have something different in mind?

JamesDAdams commented 2 years ago

Yes it's work, thanks. It's better now 😁

image