From d9bb913e829223bc149f113c13525bd36c6c1979 Mon Sep 17 00:00:00 2001 From: Guillaume Dorce <43939294+polynux@users.noreply.github.com> Date: Fri, 26 May 2023 19:44:41 +0200 Subject: [PATCH] Update stack-definition.yml --- stack-definition.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/stack-definition.yml b/stack-definition.yml index c26bc04..8d56d97 100644 --- a/stack-definition.yml +++ b/stack-definition.yml @@ -4,11 +4,11 @@ services: pchl: image: ghcr.io/{{username}}/pchl:latest volumes: - - pchl:/app + - pchl:/app environment: - - PB_API:{{PB_API}} - port: - - 19080:19080 + - PB_API:{{PB_API}} + ports: + - "19080:19080" deploy: update_config: order: start-first