Added docker-compose configuration

This commit is contained in:
2024-04-29 15:08:21 +07:00
parent 36e03c6dca
commit bf0d01ffdf
4 changed files with 85 additions and 11 deletions

View File

@ -105,7 +105,6 @@ func ConvertFileSize(byte int) string {
func Getenv(key string) string {
env.mu.Lock()
defer env.mu.Unlock()
if val, ok := env.value[key]; ok {
return val
}