Removed https from hostname

This commit is contained in:
2023-09-05 17:57:44 -04:00
parent 840a6c211d
commit a5d6c211f8

View File

@@ -93,7 +93,7 @@ services:
gitlab: gitlab:
image: gitlab/gitlab-ce:latest image: gitlab/gitlab-ce:latest
hostname: https://gitlab.dietrick.dev hostname: gitlab.dietrick.dev
ports: ports:
- "8445:443" - "8445:443"
- "8086:80" - "8086:80"