Update readme.md
This commit is contained in:
parent
91205e913b
commit
30a9dbf12f
@ -1,4 +1,4 @@
|
|||||||
# Docker - GitBucket
|
# Docker - GitBucket for ARM64
|
||||||
A simple docker-compose file that can be used to create a *GitBucket* container on SBCs.
|
A simple docker-compose file that can be used to create a *GitBucket* container on SBCs.
|
||||||
|
|
||||||
## Requirements
|
## Requirements
|
||||||
@ -9,6 +9,9 @@ __RAM:__ At least 256 MiB
|
|||||||
This container is not intended to be used with an external database and forces *GitBucket* to use a local DB.<br>
|
This container is not intended to be used with an external database and forces *GitBucket* to use a local DB.<br>
|
||||||
However, it should be relatively easy to use an external one if you change the `DATABASE_URL` environment variable.
|
However, it should be relatively easy to use an external one if you change the `DATABASE_URL` environment variable.
|
||||||
|
|
||||||
|
This container uses the Temurin OpenJDK distribution from [Adoptium](https://adoptium.net/).<br>
|
||||||
|
However, the `openjdk-11-jre-headless` and `openjdk-11-jdk-headless` packages from [bitnami/minideb](https://github.com/bitnami/minideb) can be used instead if you wish to.
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
In order to build this container, all you have to do is to clone this repository and run `docker-compose up`.
|
In order to build this container, all you have to do is to clone this repository and run `docker-compose up`.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user