Commit b5e2dd6f authored by Sytse Sijbrandij's avatar Sytse Sijbrandij

Merge branch 'fig-info' into 'master'

information about why we use fig.yml

Because of tweet https://twitter.com/nicholasruunu/status/619533541605539841

cc/ @sytses @ayufan

See merge request !960
parents 52681358 f110bb2d
...@@ -94,12 +94,12 @@ To upgrade GitLab to new version you have to do: ...@@ -94,12 +94,12 @@ To upgrade GitLab to new version you have to do:
sudo docker stop gitlab sudo docker stop gitlab
``` ```
1. stop running container, 1. stop running container,
```bash ```bash
sudo docker rm gitlab sudo docker rm gitlab
``` ```
1. remove existing container, 1. remove existing container,
```bash ```bash
sudo docker pull gitlab/gitlab-ce:latest sudo docker pull gitlab/gitlab-ce:latest
``` ```
...@@ -162,4 +162,6 @@ sudo docker push gitlab/gitlab-ce:latest ...@@ -162,4 +162,6 @@ sudo docker push gitlab/gitlab-ce:latest
## Troubleshooting ## Troubleshooting
Please see the [troubleshooting](troubleshooting.md) file in this directory. Please see the [troubleshooting](troubleshooting.md) file in this directory.
\ No newline at end of file
Note: We use `fig.yml` to have compatibility with fig and because docker-compose also supports it.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment