blastiko

Results 2 comments of blastiko

Hi bpamiri ![immagine](https://user-images.githubusercontent.com/37935630/167654129-90382e17-a47b-4dc9-a803-590aab7ca0df.png) ![immagine](https://user-images.githubusercontent.com/37935630/167654388-6232c469-3344-4d18-bf1d-b2c51a9c2966.png) ![immagine](https://user-images.githubusercontent.com/37935630/167654520-1e1521b0-b4a3-40a9-843e-0caa00f2d2e1.png) ` component extends="wheels.migrator.Migration" hint="create table regions" { function up() { transaction { try { t = createTable(name = 'regions'); t.string(columnNames='regionName', null=false, limit='75'); t.string(columnNames='codRegion', null=false, limit='2');...

Workaround: edit file dicker-compose.yml substitute line 10 `CFENGINE: [email protected]` with `BOX_SERVER_APP_CFENGINE: [email protected]` then container work but http://localhost:8080 or http://localhost:8080/manager not works, i get "connection failed".