Browse Source

Merge pull request #835 from cschug/fix_gitlab_ce_image

chore(deps): use fully qualified container image name for Gitlab CE
Christoph Schug 1 year ago
parent
commit
92989f00f2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docker-compose/gitlab/compose.yaml

+ 1 - 1
docker-compose/gitlab/compose.yaml

@@ -1,7 +1,7 @@
 ---
 ---
 services:
 services:
   gitlab:
   gitlab:
-    image: gitlab/gitlab-ce:17.9.2-ce.0
+    image: docker.io/gitlab/gitlab-ce:17.9.2-ce.0
     container_name: gitlab
     container_name: gitlab
     shm_size: '256m'
     shm_size: '256m'
     environment: {}
     environment: {}