Skip to content

Commit 25168b3

Browse files
committed
docs: removed extra sysctls from example compose file
#202
1 parent 149e092 commit 25168b3

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

examples/docker-compose.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,10 @@ services:
99
DIFFICULTY: normal
1010
ports:
1111
- 19132:19132/udp
12-
# - 39132:39132
13-
# - 39132:39132/udp
14-
# - 39133:39133
15-
# - 39133:39133/udp
1612
volumes:
1713
- bds:/data
1814
stdin_open: true
1915
tty: true
20-
sysctls:
21-
net.ipv4.ip_local_port_range: 39132 39133
2216

2317
volumes:
2418
bds: {}

0 commit comments

Comments
 (0)