1
0
Fork 0
mirror of synced 2024-06-30 04:00:34 +12:00

Remove tcp setup

This commit is contained in:
Matej Bačo 2022-12-14 09:58:45 +01:00
parent 41a6a6dbf7
commit 11b3abebd1

View file

@ -33,15 +33,6 @@ services:
- 8080:80
- 443:443
- 9500:8080
ulimits:
nofile:
soft: 655350
hard: 655350
sysctls:
- net.core.somaxconn=1024
- net.ipv4.tcp_rmem=1024 4096 16384
- net.ipv4.tcp_wmem=1024 4096 16384
- net.ipv4.ip_local_port_range=1025 65535
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- appwrite-config:/storage/config:ro