compose porti

This commit is contained in:
2025-05-17 22:51:31 +02:00
parent 21f574aa95
commit b35630e950
2 changed files with 2 additions and 4 deletions
+1 -2
View File
@@ -10,7 +10,6 @@ services:
volumes:
- db_data:/var/lib/postgresql/data
ports:
- "5432:5432"
nuiks-sysmon:
image: nuiks-sysmon:latest
@@ -19,7 +18,7 @@ services:
depends_on:
- db
ports:
- "8080:8080"
- "8000:8000"
volumes:
db_data: