This commit is contained in:
anlicheng 2024-07-31 14:32:20 +08:00
parent 522981b0a9
commit 7fd2e34a3b
4 changed files with 3 additions and 24 deletions

View File

@ -7,13 +7,6 @@
{backlog, 10240}
]},
{redis_server, [
{port, 16379},
{acceptors, 500},
{max_connections, 10240},
{backlog, 10240}
]},
{udp_server, [
{port, 18080}
]},

View File

@ -7,13 +7,6 @@
{backlog, 10240}
]},
{redis_server, [
{port, 16379},
{acceptors, 500},
{max_connections, 10240},
{backlog, 10240}
]},
{udp_server, [
{port, 18080}
]},

View File

@ -7,13 +7,6 @@
{backlog, 10240}
]},
{redis_server, [
{port, 16379},
{acceptors, 500},
{max_connections, 10240},
{backlog, 10240}
]},
{udp_server, [
{port, 18080}
]},

View File

@ -7,8 +7,8 @@ services:
hostname: 'iot'
restart: always
ports:
- 18080:18080/tcp
- 16379:16379/tcp
- "18080:18080/tcp"
- "18080:18080/udp"
volumes:
- /data/docker/iot/:/data/iot/
- /usr/local/var/mnesia/iot/:/usr/local/var/mnesia/iot/