Skip to content

Commit

Permalink
add docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
Heasummn committed Mar 17, 2024
1 parent c75cbe6 commit eee360c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,8 @@ services:
ports:
- "5001:1337"
restart: always
not_so_easy_ecc:
build: ./chals/crypto/not_so_easy_ecc
ports:
- "5002:1337"
restart: always

0 comments on commit eee360c

Please sign in to comment.