m1k1o / neko-rooms

Selfhosted collaborative browser - room management for n.eko
Apache License 2.0
462 stars 63 forks source link

Can not open the room,error can't connect #136

Closed z2labplus closed 3 weeks ago

z2labplus commented 3 weeks ago

I run the command git clone https://github.com/m1k1o/neko-rooms.git cd neko-rooms/ docker pull m1k1o/neko:chromium and then run docker-compose up and visit the website
http://43.154.199.232:8080/ 1730643511182 and create the room and visit the room http://43.154.199.232:8080/room/admin/ but it show cannot connect 1730643402399

m1k1o commented 3 weeks ago

Did you modify the values before running? https://github.com/m1k1o/neko-rooms/blob/ef4385d471ce9ad87d9d663c11b51d149ba8eeca/docker-compose.yml#L16-L17

z2labplus commented 3 weeks ago

1730645086832 I modify the docker-compose.yml but when I run the command 1730645152588 the error is Recreating 2aa2359371b0_neko-rooms_neko-rooms_1 ...

ERROR: for 2aa2359371b0_neko-rooms_neko-rooms_1 'ContainerConfig'

ERROR: for neko-rooms 'ContainerConfig' Traceback (most recent call last): File "docker-compose", line 3, in File "compose/cli/main.py", line 81, in main File "compose/cli/main.py", line 203, in perform_command File "compose/metrics/decorator.py", line 18, in wrapper File "compose/cli/main.py", line 1186, in up File "compose/cli/main.py", line 1182, in up File "compose/project.py", line 702, in up File "compose/parallel.py", line 108, in parallel_execute File "compose/parallel.py", line 206, in producer File "compose/project.py", line 688, in do File "compose/service.py", line 581, in execute_convergence_plan File "compose/service.py", line 503, in _execute_convergence_recreate File "compose/parallel.py", line 108, in parallel_execute File "compose/parallel.py", line 206, in producer File "compose/service.py", line 496, in recreate File "compose/service.py", line 615, in recreate_container File "compose/service.py", line 334, in create_container File "compose/service.py", line 922, in _get_container_create_options File "compose/service.py", line 962, in _build_container_volume_options File "compose/service.py", line 1549, in merge_volume_bindings File "compose/service.py", line 1579, in get_container_data_volumes KeyError: 'ContainerConfig' [50685] Failed to execute script docker-compose How to solve it ?

z2labplus commented 3 weeks ago

I modify the docker-compose.yml version: "3.5"

networks: default: attachable: true name: "neko-rooms-net"

services: neko-rooms: image: "m1k1o/neko-rooms:latest" restart: "unless-stopped" environment:

and solve it