Update container images

This commit is contained in:
2022-04-23 15:18:58 +03:00
parent 8e0eee1897
commit e1ffb1ec4c
7 changed files with 10 additions and 15 deletions

View File

@@ -2,7 +2,7 @@ version: '3.9'
services:
vscode:
image: codercom/code-server:custom_base_init
image: codercom/code-server
container_name: vscode
restart: unless-stopped
environment:
@@ -17,7 +17,7 @@ services:
user: '1000:1000'
gitlab:
image: gitlab/gitlab-ce:latest
image: gitlab/gitlab-ce
container_name: gitlab
hostname: ${GITLAB_HOSTNAME}
restart: unless-stopped