mirror of https://github.com/docker/docs.git
Merge pull request #8182 from jondkent/patch-1
Updated as certificate as expire in documented version
This commit is contained in:
commit
f3eced1b01
|
@ -77,9 +77,9 @@ the `trustsandbox` container, the Notary server, and the Registry server.
|
|||
version: "2"
|
||||
services:
|
||||
notaryserver:
|
||||
image: dockersecurity/notary_autobuilds:server-v0.4.2
|
||||
image: dockersecurity/notary_autobuilds:server-v0.5.1
|
||||
volumes:
|
||||
- notarycerts:/go/src/github.com/docker/notary/fixtures
|
||||
- notarycerts:/var/lib/notary/fixtures
|
||||
networks:
|
||||
- sandbox
|
||||
environment:
|
||||
|
|
Loading…
Reference in New Issue