Disable skipping check for unmigrated data

This commit is contained in:
Joey Hafner 2023-11-22 17:13:42 -08:00
parent 4d23714868
commit a6dd728b9a

View File

@ -13,7 +13,7 @@ services:
- web
- gitlab
environment:
GITLAB_SKIP_UNMIGRATED_DATA_CHECK: "true"
GITLAB_SKIP_UNMIGRATED_DATA_CHECK: "false"
GITLAB_OMNIBUS_CONFIG: |
external_url 'https://gitlab.jafner.net'
gitlab_rails['gitlab_shell_ssh_port'] = 2229