Skip to content

Commit 83caf1d

Browse files
committed
chore: uncommented network start in start_rdatascience.sh
1 parent 270d768 commit 83caf1d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

start_rdatascience.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

3-
if [ ! "$(docker network ls | grep miracum-net)" ]; then
4-
docker network create miracum-net
5-
fi
3+
# if [ ! "$(docker network ls | grep miracum-net)" ]; then
4+
# docker network create miracum-net
5+
# fi
66

77
docker-compose up -d

0 commit comments

Comments
 (0)