Skip to content

Commit be98fb7

Browse files
authored
Update README.md
1 parent b453dd0 commit be98fb7

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,29 @@ In this docker repository, we have built the following images:
1212

1313
- [cslant/dev-php83](https://hub.docker.com/r/cslant/dev-php83)
1414
- [cslant/dev-worker83](https://hub.docker.com/r/cslant/dev-worker83)
15+
- [cslant/dev-mysql](https://hub.docker.com/r/cslant/dev-mysql)
1516
- [cslant/dev-node22](https://hub.docker.com/r/cslant/dev-node22)
1617
- [cslant/dev-nginx](https://hub.docker.com/r/cslant/dev-nginx)
1718
- [cslant/dev-postgres](https://hub.docker.com/r/cslant/dev-postgres)
19+
20+
## Prerequisites
21+
22+
First, copy the `.env.example` file to `.env` and update the values.
23+
24+
```bash
25+
envsubst < .env.example > .env
26+
```
27+
28+
If you don't have `envsubst` command, you can use the following command:
29+
30+
```bash
31+
cp .env.example .env
32+
```
33+
34+
### 💻 Start in Mac with arm64
35+
36+
To run as amd64. You need to set the default platform to `linux/amd64`:
37+
38+
```shell
39+
export DOCKER_DEFAULT_PLATFORM=linux/amd64
40+
```

0 commit comments

Comments
 (0)