コンフリクトの解決

This commit is contained in:
ixa2
2024-03-05 02:07:36 +00:00
parent 52b5e4ee53
commit f3a7377c6c

View File

@@ -2,13 +2,13 @@
docker run --detach \ docker run --detach \
--name taiko-mongo-debug \ --name taiko-mongo-debug \
--volume taiko-mongo:/data/db \ --volume taiko-mongo-debug:/data/db \
--publish 27017:27017 \ --publish 27017:27017 \
mongo mongo
docker run --detach \ docker run --detach \
--name taiko-redis-debug \ --name taiko-redis-debug \
--volume taiko-redis:/data \ --volume taiko-redis-debug:/data \
--publish 6379:6379 \ --publish 6379:6379 \
redis redis