better readme

This commit is contained in:
2025-11-18 06:43:34 +00:00
parent c1d6c83d9b
commit f76f6a5316

View File

@@ -1,9 +1,4 @@
# image-alpine template # nginx-alpine
you can use this to create docker images easily just remember: this image will be used in production and configs are all tailored to the needs of db123 team.
it's based on alpine 3.22 and builds the nginx from source with necessary modules.
1. change username and usergroup of your app from `zxc` to what you desire
2. change `username` in `.gitea/workflows/build.yml` to your username
3. change the dockerfile but note: always use latest alpine image and expose the ports you really need to expose
you can open an issue if you had any problems using this template.