Fix port conflicts and improve deployment script
This commit is contained in:
+2
-2
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user