lmao docker does not support caps in image name

This commit is contained in:
Shihaam Abdul Rahman 2023-04-08 20:29:55 +05:00
parent 60597be26f
commit a80dc8b85c
Signed by: shihaam
GPG Key ID: 6DA2E87EBC227636
2 changed files with 2 additions and 2 deletions

View File

@ -6,4 +6,4 @@ services:
context: .. context: ..
dockerfile: .build/Dockerfile dockerfile: .build/Dockerfile
hostname: honestyui hostname: honestyui
image: git.shihaam.dev/dockerfiles/Fishie-Honesty-UI image: git.shihaam.dev/dockerfiles/fishie-honestyui

View File

@ -3,6 +3,6 @@ services:
######################### #########################
honestyui: honestyui:
hostname: honestyui hostname: honestyui
image: git.shihaam.dev/dockerfiles/Fishie-Honesty-UI image: git.shihaam.dev/dockerfiles/fishie-honestyui
ports: ports:
- 5173:5173 - 5173:5173