done
This commit is contained in:
@@ -19,8 +19,9 @@ file bin/server bin/client || true
|
||||
|
||||
chmod a+x bin/server bin/client
|
||||
|
||||
# clean up existing containers and networks
|
||||
docker compose down
|
||||
# stop the containers and free up network resources
|
||||
docker compose down --remove-orphans || true
|
||||
docker network rm net-hw1 >/dev/null 2>&1 || true
|
||||
|
||||
# start the containers
|
||||
docker compose up -d server
|
||||
|
||||
Reference in New Issue
Block a user