Skip to content

Commit

Permalink
local registry setup for manual testing with compose
Browse files Browse the repository at this point in the history
  • Loading branch information
kristofferlind committed Nov 6, 2022
1 parent af10231 commit cfaee39
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
version: '3.3'

services:
registry:
image: registry:latest
ports:
- 5000:5000

0 comments on commit cfaee39

Please sign in to comment.