Fix port conflicts and improve deployment script

This commit is contained in:
dev
2026-05-03 14:14:11 +02:00
parent 4d84816da2
commit 93d3607cee
2 changed files with 10 additions and 6 deletions
+2 -2
View File
@@ -8,11 +8,11 @@ services:
volumes:
- fts-data:/opt/fts/
ports:
- 8080:8080 # DataPackagePort
- 8081:8080 # DataPackagePort (8080 used by Evolution API)
- 8087:8087 # CoTPort
- 8089:8089 # SSLCoTPort
- 8443:8443 # SSLDataPackagePort
- 9000:9000 # FederationPort
- 9001:9000 # FederationPort (9000 used by Portainer)
- 19023:19023 # APIPort
environment: