Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jdr0887 committed Aug 10, 2023
1 parent 4a017c8 commit c9e3143
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker-compose-down.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/sh

docker compose -f docker-compose.yml down
3 changes: 3 additions & 0 deletions docker-compose-up.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/sh

docker compose -f docker-compose.yml up --build -V -d --force-recreate

0 comments on commit c9e3143

Please sign in to comment.