ERPnext install Docker Compose : error 404

I followed the instructions in both:

Containerized Production Setup

and

Single Server Example

I tried many times but it always give me an error 404 when trying typing the local address of my computer.

only local, private IP such as 192.168.1.22 is where I try to install…

C:\Users\W\Docker\frappe_docker (main -> origin)
λ docker compose --project-name erpnext-one exec backend bench setup procfile

C:\Users\W\Docker\frappe_docker (main -> origin)
λ docker compose --project-name erpnext-one exec backend bench start
12:55:24 system           | redis_cache.1 started (pid=47)
12:55:24 redis_cache.1    | /bin/sh: 1: redis-server: not found
12:55:24 system           | redis_cache.1 stopped (rc=127)
12:55:24 system           | redis_socketio.1 started (pid=50)
12:55:24 redis_socketio.1 | /bin/sh: 1: redis-server: not found
12:55:24 system           | redis_socketio.1 stopped (rc=127)
12:55:24 system           | redis_queue.1 started (pid=55)
12:55:24 system           | watch.1 started (pid=59)
12:55:24 redis_queue.1    | /bin/sh: 1: redis-server: not found
12:55:24 system           | redis_queue.1 stopped (rc=127)
12:55:24 system           | socketio.1 started (pid=57)
12:55:24 system           | web.1 started (pid=58)
12:55:24 system           | schedule.1 started (pid=67)
12:55:24 system           | worker.1 started (pid=71)
12:55:24 system           | sending SIGTERM to web.1 (pid 58)
12:55:24 system           | sending SIGTERM to socketio.1 (pid 57)
12:55:24 system           | sending SIGTERM to watch.1 (pid 59)
12:55:24 system           | sending SIGTERM to schedule.1 (pid 67)
12:55:24 system           | sending SIGTERM to worker.1 (pid 71)
12:55:24 system           | watch.1 stopped (rc=-15)
12:55:24 system           | worker.1 stopped (rc=-15)
12:55:24 system           | web.1 stopped (rc=-15)
12:55:24 system           | schedule.1 stopped (rc=-15)
12:55:24 system           | socketio.1 stopped (rc=-15)

---end
Nothing else.

no error in the containers tho…