Update compose-local to include scepserver

This commit is contained in:
Mosen
2016-07-19 21:48:31 +10:00
parent 4e5fc1fc3e
commit 02cddb4b37

View File

@@ -14,3 +14,11 @@ postgres:
- SSLMODE=disable
ports:
- "127.0.0.1:5432:5432"
scep:
image: micromdm/scep
restart: always
ports:
- "2016:8080"
volumes:
- ./.docker/depot:/depot