You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GID/UID
───────────────────────────────────────
User UID: 975
User GID: 1001
───────────────────────────────────────
[ipfs-upgrade] Checking if fs-repo needs to be upgraded (this may take some time)
ipfs migration: already at version 15
[custom-init] No custom files found, skipping...
Initializing daemon...
Kubo version: 0.24.0
Repo version: 15
System version: amd64/linux
Golang version: go1.21.10
2025/01/04 17:57:08 failed to sufficiently increase receive buffer size (was: 208 kiB, wanted: 2048 kiB, got: 416 kiB). See https://github.com/quic-go/quic-go/wiki/UDP-Buffer-Sizes for details.
Swarm listening on /ip4/127.0.0.1/tcp/4001
Swarm listening on /ip4/127.0.0.1/udp/4001/quic-v1
Swarm listening on /ip4/127.0.0.1/udp/4001/quic-v1/webtransport/certhash/uEiBF4BJxtmAE23f0hjSkOl2dWxxmuueVIh4t8tN0Q0MMBw/certhash/uEiCwKkILx9ZYtof_2IL1VZRA6QSDEPAfYxlOvSX6r797PA
Swarm listening on /ip4/172.18.0.36/tcp/4001
Swarm listening on /ip4/172.18.0.36/udp/4001/quic-v1
Swarm listening on /ip4/172.18.0.36/udp/4001/quic-v1/webtransport/certhash/uEiBF4BJxtmAE23f0hjSkOl2dWxxmuueVIh4t8tN0Q0MMBw/certhash/uEiCwKkILx9ZYtof_2IL1VZRA6QSDEPAfYxlOvSX6r797PA
Swarm listening on /ip6/::1/tcp/4001
Swarm listening on /ip6/::1/udp/4001/quic-v1
Swarm listening on /ip6/::1/udp/4001/quic-v1/webtransport/certhash/uEiBF4BJxtmAE23f0hjSkOl2dWxxmuueVIh4t8tN0Q0MMBw/certhash/uEiCwKkILx9ZYtof_2IL1VZRA6QSDEPAfYxlOvSX6r797PA
Swarm listening on /p2p-circuit
Swarm announcing /ip4/127.0.0.1/tcp/4001
Swarm announcing /ip4/127.0.0.1/udp/4001/quic-v1
Swarm announcing /ip4/127.0.0.1/udp/4001/quic-v1/webtransport/certhash/uEiBF4BJxtmAE23f0hjSkOl2dWxxmuueVIh4t8tN0Q0MMBw/certhash/uEiCwKkILx9ZYtof_2IL1VZRA6QSDEPAfYxlOvSX6r797PA
Swarm announcing /ip4/172.18.0.36/tcp/4001
Swarm announcing /ip4/172.18.0.36/udp/4001/quic-v1
Swarm announcing /ip4/172.18.0.36/udp/4001/quic-v1/webtransport/certhash/uEiBF4BJxtmAE23f0hjSkOl2dWxxmuueVIh4t8tN0Q0MMBw/certhash/uEiCwKkILx9ZYtof_2IL1VZRA6QSDEPAfYxlOvSX6r797PA
Swarm announcing /ip4/173.178.219.117/udp/4001/quic-v1
Swarm announcing /ip4/173.178.219.117/udp/4001/quic-v1/webtransport/certhash/uEiBF4BJxtmAE23f0hjSkOl2dWxxmuueVIh4t8tN0Q0MMBw/certhash/uEiCwKkILx9ZYtof_2IL1VZRA6QSDEPAfYxlOvSX6r797PA
Swarm announcing /ip6/::1/tcp/4001
Swarm announcing /ip6/::1/udp/4001/quic-v1
Swarm announcing /ip6/::1/udp/4001/quic-v1/webtransport/certhash/uEiBF4BJxtmAE23f0hjSkOl2dWxxmuueVIh4t8tN0Q0MMBw/certhash/uEiCwKkILx9ZYtof_2IL1VZRA6QSDEPAfYxlOvSX6r797PA
RPC API server listening on /ip4/127.0.0.1/tcp/5001
WebUI: http://127.0.0.1:5001/webui
Gateway server listening on /ip4/127.0.0.1/tcp/8080
Daemon is ready
Connection to localhost (::1) 3001 port [tcp/*] succeeded!
Connection to localhost (::1) 4001 port [tcp/*] succeeded!
Connection to localhost (127.0.0.1) 80 port [tcp/http] succeeded!
BABEL_TYPES_8_BREAKING is not supported anymore. Use the latest Babel 8.0.0 pre-release instead!
Connection to localhost (::1) 3000 port [tcp/*] succeeded!
[ls.io-init] done.
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Current Behavior
In a docker compose file, when we specify a path to mount existing rom directories like :
-v /path/to/nes/roms:/roms/nes:ro
The link is not updated whenever we make changes to the docker compose and restart the container
Expected Behavior
The links should be updated to reflect the latest path set in the docker compose
Steps To Reproduce
create docker compose with a volume to an existing rom directory :
-v /path/to/nes/roms/:/roms/nes:ro
create & start the container
stop the container
change the path to the existing rom directory in the the docker compose file :
-v /path/to/nes/roms:/roms/nes:ro
start the container again
the link in data/nes/roms still point to the old path
Environment
CPU architecture
x86-64
Docker creation
Container logs
The text was updated successfully, but these errors were encountered: