bytetapv1.4.0

Troubleshooting

Container exits immediately

Check logs: docker logs bytetap. Most common: missing DATA_DIR permissions.

"address already in use"

Port 8080 is taken. Use -p 9090:8080 to remap.

High memory usage

Set --memory=512m on docker run. Tune cache size with CACHE_MB.

Cannot access remotely

Bind to all interfaces: -p 0.0.0.0:8080:8080 or check firewall.