Skip to content

Commit

Permalink
Remove restart.sh in favor of extended start.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
GJFR committed Jul 19, 2024
1 parent 8299dc4 commit c4de61a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions scripts/restart.sh

This file was deleted.

2 changes: 1 addition & 1 deletion scripts/start.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/sh

PWD=$PWD exec docker compose up -d core nginx
PWD=$PWD exec docker compose up -d --force-recreate core nginx

0 comments on commit c4de61a

Please sign in to comment.