-
-
Notifications
You must be signed in to change notification settings - Fork 171
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New Docker image for LinkAce v2 #502
Comments
I think merging the PHP and Nginx containers is a great improvement. I never was satisfied with combining the two in my own setups. Also, having less images to maintain is long term a win for everyone. However you should keep the existing images/tags for as long as possible to not break existing installations or automated deployments. It would be nice having a documented integration point or strategy to configure Let's Encrypt with it as that should be an important use case. |
- Removes the advanced image version where PHP and nginx are separated - Replaces nginx with Caddy - The release image is now ready to be used with SQLite without many hassles - Adjusts the build processes accordingly - Removes unnecessary config files
Currently, there are two images available for LinkAce: one which only contains the application and needs a separate web server like nginx, and one that is able to run on its own as it contains said web server.
To make things easier for the users who want to set up LinkAce and me as maintainer, I want to publish only one image in the future that contains a web server. There will be only one setup process for Docker for version 2.
linkace/linkace:simple
becomeslinkace/linkace
and the previouslinkace/linkace
will be removed.www-data
user when running commands inside the container.Edit:
DB_CONNECTION
andDB_DATABASE
are needed.www-data
to prevent permission conflicts.www-data
user by default now.The text was updated successfully, but these errors were encountered: