Skip to content

Commit

Permalink
Update install_plex.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfemir authored Dec 1, 2024
1 parent ef79073 commit 40bdc68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install_plex.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ EOF
# Start Plex
echo -e "${GREEN}Starting Plex Media Server...${NC}"
cd plex
docker-compose up -d
docker compose up -d
if [ $? -ne 0 ]; then
echo -e "${RED}Error: Failed to start Plex Media Server.${NC}"
exit 1
Expand Down

0 comments on commit 40bdc68

Please sign in to comment.