| Author | SHA1 | Message | Date |
|---|---|---|---|
|
|
8109718112 | Edit comment to make it clear that we are talking about container version | 10 years ago |
|
|
2f984b1727 |
Docker repository path backward compatibility fix:
- resolve #1765 - create link to old git repository path: `/home/git/gogs-repository` |
10 years ago |
|
|
295b872d80 |
Volumed data setup changed to allow #1759
- Volumed subfolder now created up in the ENTRYPOINT script, this way they are created before S6 even starts making VOLUME. - The subfolder will be created during VOLUME creation too as ENTRYPOINT script will be run before /bin/true - SSH Keys will now be created on a single key basis not replying on the existence of /data/ssh folder |
10 years ago |
|
|
325b054b69 |
Docker Container: Init 1 & Initialisation
- Now using a setup script before starting the app. The separation of the run script and the setup script will make service initialisation a little bit clearer - Now calling start.sh script as ENTRYPOINT and S6 as CMD. This way when running the container with just a shell script, the start.sh script will be launched before, making debugging easier - Added note about `.dockerignore` ignored during Docker Hub Automated Build |
10 years ago |