Commit 066f3d39 authored by Marcel Amirault's avatar Marcel Amirault

Change flag to docker-services

parent a9025781
......@@ -74,7 +74,7 @@ gitlab-runner register \
--description "ruby:2.6" \
--executor "docker" \
--docker-image ruby:2.6 \
--docker-postgres latest
--docker-services latest
```
With the command above, you create a Runner that uses the [ruby:2.6](https://hub.docker.com/_/ruby) image and uses a [postgres](https://hub.docker.com/_/postgres) database.
......
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