mirror of
https://github.com/czhu12/canine.git
synced 2025-12-30 07:39:43 -06:00
Use docker compose
This commit is contained in:
@@ -55,7 +55,7 @@ echo " [OK]"
|
||||
# Run docker compose with PORT environment variable
|
||||
echo "Starting Canine on port $port..."
|
||||
# Print working directory
|
||||
PORT=$port docker-compose up
|
||||
PORT=$port docker compose up
|
||||
echo " [OK]"
|
||||
|
||||
# Open browser to http://localhost:$port
|
||||
|
||||
Reference in New Issue
Block a user