Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Oct 25, 2019. It is now read-only.

Commit cb22846

Browse files
committed
Merge pull request genezys#1 from Krijger/patch-1
Use base image for data container to improve disk usage on upgrades
2 parents 741fcfb + 89d7b07 commit cb22846

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The directories on data container are:
2222
Create the data container with:
2323

2424
```bash
25-
sudo docker run --name gitlab_data genezys/gitlab:7.6.2 /bin/true
25+
sudo docker run --name gitlab_data ubuntu:14.04 /bin/true
2626
```
2727

2828
After creating this, run GitLab:

0 commit comments

Comments
 (0)