Commit 43723a63 authored by Adrian's avatar Adrian

Update example gitlab-runner command.

`--docker-postgres latest` is no longer supported by gitlab-runner (12.5.0) and instead should use the `--docker-services` flag.
parent ecb4afd3
...@@ -83,7 +83,7 @@ gitlab-runner register \ ...@@ -83,7 +83,7 @@ gitlab-runner register \
--description "python-3.5" \ --description "python-3.5" \
--executor "docker" \ --executor "docker" \
--docker-image python:3.5 \ --docker-image python:3.5 \
--docker-postgres latest --docker-services postgres:latest
``` ```
With the command above, you create a runner that uses the [`python:3.5`](https://hub.docker.com/_/python) image and uses a [PostgreSQL](https://hub.docker.com/_/postgres) database. With the command above, you create a runner that uses the [`python:3.5`](https://hub.docker.com/_/python) image and uses a [PostgreSQL](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