[sec] nginx/compose: Drop aforementioned loophole

This commit is contained in:
Jakob Ackermann 2019-08-18 19:57:15 +02:00 committed by GitHub
parent 414cebd40e
commit dfcc7bccca

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
```