fix: change portnote version

This commit is contained in:
arch3rPro
2025-07-14 21:56:08 +08:00
parent a7bdd25c09
commit 07a2f24442
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
services: services:
web: web:
image: haedlessdev/portnote:v1.2.0 image: haedlessdev/portnote:1.2.0
container_name: portnote container_name: portnote
restart: always restart: always
ports: ports:
@@ -15,7 +15,7 @@ services:
db: db:
condition: service_started condition: service_started
agent: agent:
image: haedlessdev/portnote-agent:v1.2.0 image: haedlessdev/portnote-agent:1.2.0
environment: environment:
DATABASE_URL: "postgresql://postgres:${PANEL_DB_USER_PASSWORD}@db:5432/postgres" DATABASE_URL: "postgresql://postgres:${PANEL_DB_USER_PASSWORD}@db:5432/postgres"
depends_on: depends_on: