mirror of
https://github.com/sameersbn/docker-gitlab.git
synced 2026-01-25 14:08:09 +00:00
Fix typo in container_registry.md
Replace "enviroment" with "environment"
This commit is contained in:
parent
8679d4f610
commit
39f5f14fb0
@ -53,7 +53,7 @@ services:
|
||||
image: sameersbn/postgresql:9.4-22
|
||||
volumes:
|
||||
- /srv/gitlab/postgresql:/var/lib/postgresql:Z
|
||||
enviroment:
|
||||
environment:
|
||||
- DB_USER=gitlab
|
||||
- DB_PASS=password
|
||||
- DB_NAME=gitlabhq_production
|
||||
@ -73,7 +73,7 @@ services:
|
||||
- /srv/gitlab/gitlab:/home/git/data:Z
|
||||
- /srv/gitlab/logs:/var/log/gitlab
|
||||
- ./certs:/certs
|
||||
enviroment:
|
||||
environment:
|
||||
- DEBUG=false
|
||||
|
||||
- DB_ADAPTER=postgresql
|
||||
@ -104,7 +104,7 @@ services:
|
||||
volumes:
|
||||
- /srv/gitlab/shared/registry:/registry
|
||||
- ./certs:/certs
|
||||
enviroment:
|
||||
environment:
|
||||
- REGISTRY_LOG_LEVEL=info
|
||||
- REGISTRY_STORAGE_FILESYSTEM_ROOTDIRECTORY=/registry
|
||||
- REGISTRY_AUTH_TOKEN_REALM=https://gitlab.example.com/jwt/auth
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user