mirror of
				https://bitbucket.org/jsuto/piler.git
				synced 2025-10-30 06:42:27 +01:00 
			
		
		
		
	| @@ -27,13 +27,13 @@ launch_containers() { | |||||||
|  |  | ||||||
|    destroy_containers |    destroy_containers | ||||||
|  |  | ||||||
|    log "running docker-compose up" |    log "running docker compose up" | ||||||
|  |  | ||||||
|    docker-compose -f "$composefile" up -d |    docker compose -f "$composefile" up -d | ||||||
|  |  | ||||||
|    wait_until_container_is_healthy "piler1" |    wait_until_container_is_healthy "piler1" | ||||||
|  |  | ||||||
|    docker-compose -f "$composefile" ps |    docker compose -f "$composefile" ps | ||||||
|  |  | ||||||
|    popd |    popd | ||||||
| } | } | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user