Official Docker image for production needed #2163

Closed
opened 2026-02-05 03:09:51 +03:00 by OVERLORD · 6 comments
Owner

Originally created by @ghost on GitHub (Mar 17, 2021).

Describe the feature you'd like
Please provide official Docker image for production use. thanks.

Originally created by @ghost on GitHub (Mar 17, 2021). **Describe the feature you'd like** Please provide official Docker image for production use. thanks.
Author
Owner

@ssddanbrown commented on GitHub (Mar 17, 2021):

Hi @krswin,
Can you describe why this is needed?
Is there something lacking in the linuxserver.io bookstack container?

@ssddanbrown commented on GitHub (Mar 17, 2021): Hi @krswin, Can you describe why this is needed? Is there something lacking in the [linuxserver.io bookstack container](https://github.com/linuxserver/docker-bookstack/)?
Author
Owner

@Dayflare commented on GitHub (Mar 17, 2021):

using the linuxserver.io image in production for around 100 users, everything runs fine.
You can always modify the docker-compose.yaml for specific configurations.

@Dayflare commented on GitHub (Mar 17, 2021): using the linuxserver.io image in production for around 100 users, everything runs fine. You can always modify the docker-compose.yaml for specific configurations.
Author
Owner

@ghost commented on GitHub (Mar 17, 2021):

Hi @krswin,
Can you describe why this is needed?
Is there something lacking in the linuxserver.io bookstack container?

@ssddanbrown
Thank you for reply.
Yes in linuxserver.io External MySql server with port other then 3306(default mysql port) not working. DB_PORT is not mapping to the app.

@ghost commented on GitHub (Mar 17, 2021): > Hi @krswin, > Can you describe why this is needed? > Is there something lacking in the [linuxserver.io bookstack container](https://github.com/linuxserver/docker-bookstack/)? @ssddanbrown Thank you for reply. Yes in linuxserver.io External MySql server with port other then 3306(default mysql port) not working. DB_PORT is not mapping to the app.
Author
Owner

@ghost commented on GitHub (Mar 17, 2021):

using the linuxserver.io image in production for around 100 users, everything runs fine.
You can always modify the docker-compose.yaml for specific configurations.

@Dayflare

Thanks for reply. Can you please also mention how do you connect to MySql server? Is it running on some IP address with random port(other then 3306)?
Actually problem is this that port other then 3306 with linuxserver.io image not working I was checking for a long time.
If you have some solution please share. thanks

@ghost commented on GitHub (Mar 17, 2021): > using the linuxserver.io image in production for around 100 users, everything runs fine. > You can always modify the docker-compose.yaml for specific configurations. @Dayflare Thanks for reply. Can you please also mention how do you connect to MySql server? Is it running on some IP address with random port(other then 3306)? Actually problem is this that port other then 3306 with linuxserver.io image not working I was checking for a long time. If you have some solution please share. thanks
Author
Owner

@Dayflare commented on GitHub (Mar 18, 2021):

using the linuxserver.io image in production for around 100 users, everything runs fine.
You can always modify the docker-compose.yaml for specific configurations.

@Dayflare

Thanks for reply. Can you please also mention how do you connect to MySql server? Is it running on some IP address with random port(other then 3306)?
Actually problem is this that port other then 3306 with linuxserver.io image not working I was checking for a long time.
If you have some solution please share. thanks

i'm using a mariadb container with default 3306 port as database.
Both container need to be in the same docker network to find each other.

@Dayflare commented on GitHub (Mar 18, 2021): > > using the linuxserver.io image in production for around 100 users, everything runs fine. > > You can always modify the docker-compose.yaml for specific configurations. > > @Dayflare > > Thanks for reply. Can you please also mention how do you connect to MySql server? Is it running on some IP address with random port(other then 3306)? > Actually problem is this that port other then 3306 with linuxserver.io image not working I was checking for a long time. > If you have some solution please share. thanks i'm using a mariadb container with default 3306 port as database. Both container need to be in the same docker network to find each other.
Author
Owner

@ssddanbrown commented on GitHub (Mar 19, 2021):

I'll now close this off, since the linuxserver.io team have responded to the main cause for this request, and since propose reasoning does not justify the effort in maintaining an official docker image.

@ssddanbrown commented on GitHub (Mar 19, 2021): I'll now close this off, since the linuxserver.io team have responded to the main cause for this request, and since propose reasoning does not justify the effort in maintaining an official docker image.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#2163