diff --git a/blueprints/invoiceshelf/docker-compose.yml b/blueprints/invoiceshelf/docker-compose.yml index ef47f1c0..0f1c3d2c 100644 --- a/blueprints/invoiceshelf/docker-compose.yml +++ b/blueprints/invoiceshelf/docker-compose.yml @@ -17,7 +17,7 @@ services: retries: 5 invoiceshelf-app: - image: invoiceshelf/invoiceshelf:latest + image: invoiceshelf/invoiceshelf:nightly volumes: - invoiceshelf-app-data:/data diff --git a/blueprints/invoiceshelf/template.toml b/blueprints/invoiceshelf/template.toml index eab1336f..9c4bcd3b 100644 --- a/blueprints/invoiceshelf/template.toml +++ b/blueprints/invoiceshelf/template.toml @@ -9,7 +9,7 @@ mounts = [] [[config.domains]] serviceName = "invoiceshelf-app" -port = 80 +port = 8080 host = "${main_domain}" [config.env]