This repository has been archived on 2025-07-17. You can view files and clone it, but cannot push or open issues or pull requests.
Files
archived-docker-compose/duplicati/start-containers.sh
2025-06-05 13:56:57 +05:30

11 lines
276 B
Bash

#!/bin/bash
# Start Database Containers and Dependant Containers
docker start db_container db_container_2
# Sleep for 10 sec for Database Containers and Dependant Containers startup
sleep 10
# Start Server Containers and Other Containers
docker start container container_2