Skip to content

Commit

Permalink
Create docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
terrywbrady authored Aug 13, 2024
1 parent 67849a6 commit 5c83a58
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions design/aws-build/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
version: '3.9'
services:
reveal-md:
image: webpronl/reveal-md
ports:
- 8099:1948
command: ["/slides", "demo.md"]
volumes:
- ".:/slides"

0 comments on commit 5c83a58

Please sign in to comment.