File tree Expand file tree Collapse file tree 3 files changed +11
-4
lines changed Expand file tree Collapse file tree 3 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env bash
2
2
3
3
docker-compose --f ./network/docker-compose.yml down
4
- rm -rf ./volumes
4
+ rm -rf ./network/ volumes
5
5
docker-compose --f ./network/docker-compose.yml pull
Original file line number Diff line number Diff line change
1
+
2
+ ## In case of ` cgroup ` issues
3
+
4
+ ``` bash
5
+ sudo mkdir /sys/fs/cgroup/systemd
6
+ sudo mount -t cgroup -o none,name=systemd cgroup /sys/fs/cgroup/systemd
7
+ ```
Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env bash
2
2
3
- mkdir -p ./volumes
4
- mkdir -p ./volumes/postgres ./volumes/geth ./volumes/zksync/env/dev ./volumes/zksync/data
5
- touch ./volumes/zksync/env.env
3
+ mkdir -p ./network/ volumes
4
+ mkdir -p ./network/ volumes/postgres ./network/ volumes/geth ./network/ volumes/zksync/env/dev ./network /volumes/zksync/data
5
+ touch ./network/ volumes/zksync/env.env
6
6
7
7
docker-compose --f ./network/docker-compose.yml rm -f
8
8
docker-compose --f ./network/docker-compose.yml up
You can’t perform that action at this time.
0 commit comments