Greg Tan

Results 1 comments of Greg Tan

It looks like a parsing issue somewhere. Using this compose file: ``` services: prefix-nginx-abcd: image: nginx:latest ports: - "8080:80" restart: always ``` and this code: ``` using Ductus.FluentDocker.Builders; const string...