Skip to content

Commit

Permalink
refactor : shell file path
Browse files Browse the repository at this point in the history
  • Loading branch information
heesane committed Nov 28, 2024
1 parent 21881a8 commit 8d8d002
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion start-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Author : Heesane
# Description: This script will run the Docker Container

FILE_PATH="/home/$USER/server"
FILE_PATH="/home/$USER/server/docker"

sudo docker compose -f "$FILE_PATH/mq/docker-compose.mq.yml" up -d
sudo docker compose -f "$FILE_PATH/database/docker-compose.database.yml" up -d
Expand Down
2 changes: 1 addition & 1 deletion stop-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Author : Heesane
# Description: This script will run the Docker Container

FILE_PATH="/home/$USER/server"
FILE_PATH="/home/$USER/server/docker"

sudo docker compose -f "$FILE_PATH/mq/docker-compose.mq.yml" down
sudo docker compose -f "$FILE_PATH/database/docker-compose.database.yml" down
Expand Down

0 comments on commit 8d8d002

Please sign in to comment.