File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -994,10 +994,6 @@ func checkContainerConfigs(p types.Project, s types.ServiceConfig) error {
994
994
continue
995
995
}
996
996
997
- if config .UID != "" || config .GID != "" || config .Mode != nil {
998
- logrus .Warn ("config `uid`, `gid` and `mode` are not supported, they will be ignored" )
999
- }
1000
-
1001
997
if _ , err := os .Stat (definedConfig .File ); os .IsNotExist (err ) {
1002
998
logrus .Warnf ("config file %s does not exist" , definedConfig .Name )
1003
999
}
@@ -1024,10 +1020,6 @@ func checkContainerSecrets(p types.Project, s types.ServiceConfig) error {
1024
1020
continue
1025
1021
}
1026
1022
1027
- if secret .UID != "" || secret .GID != "" || secret .Mode != nil {
1028
- logrus .Warn ("secrets `uid`, `gid` and `mode` are not supported, they will be ignored" )
1029
- }
1030
-
1031
1023
if _ , err := os .Stat (definedSecret .File ); os .IsNotExist (err ) {
1032
1024
logrus .Warnf ("secret file %s does not exist" , definedSecret .Name )
1033
1025
}
You can’t perform that action at this time.
0 commit comments