Skip to content
Snippets Groups Projects
Commit c801d55c authored by Katrin Leinweber's avatar Katrin Leinweber
Browse files

Remove docker-compose example


It got out of sync after:
gitlab-org/gitlab/commit/c075e721a7f6a927e02496f737479c6360c8e6c8

Co-authored-by: default avatarAchilleas Pipinellis <axil@gitlab.com>
parent 7d4ef891
No related branches found
No related tags found
1 merge request!85Merged upstream 15.5.0+rc42.ce.0
The latest docker guide can be found here: [GitLab Docker images](/doc/docker/README.md).
The latest Docker guide can be found here: [GitLab Docker images](https://docs.gitlab.com/ee/install/docker.html).
web:
image: 'gitlab/gitlab-ce:latest'
restart: always
hostname: 'gitlab.example.com'
environment:
GITLAB_OMNIBUS_CONFIG: |
external_url 'https://gitlab.example.com'
ports:
- '80:80'
- '443:443'
- '22:22'
volumes:
- '/srv/gitlab/config:/etc/gitlab'
- '/srv/gitlab/logs:/var/log/gitlab'
- '/srv/gitlab/data:/var/opt/gitlab'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment