mirror of
https://github.com/micromdm/micromdm/
synced 2026-08-09 19:15:58 +08:00
Update compose-local to include scepserver
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user