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