Merge pull request #9270 from das7pad/patch-1

[sec] nginx/compose: Drop aforementioned loophole
This commit is contained in:
Sebastiaan van Stijn 2019-09-13 00:39:11 +02:00 committed by GitHub
commit fdee6a2ecf

View file

@ -181,8 +181,6 @@ Review the [requirements](/registry/recipes/index.md#requirements), then follow
registry:
image: registry:2
ports:
- 127.0.0.1:5000:5000
volumes:
- ./data:/var/lib/registry
```