Skip to content

Commit 13979db

Browse files
committed
docs(getting-started): update list
1 parent cc092bd commit 13979db

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

Diff for: README.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -30,23 +30,24 @@ Mafl is an intuitive service for organizing your homepage. Customize Mafl to you
3030
This Docker image is published to both Docker Hub and the GitHub container registry. Depending on your preferences and needs, you can reference both `hywax/mafl` as well as `ghcr.io/hywax/mafl`.
3131

3232
```yaml
33-
version: '3.8'
33+
version: "3.8"
3434

3535
services:
3636
mafl:
3737
image: hywax/mafl
3838
restart: unless-stopped
3939
ports:
40-
- '3000:3000'
40+
- "3000:3000"
4141
volumes:
42-
- ./config.yml:/app/config/config.yml
42+
- ./config.yml:/app/data/config.yml
43+
- ./icons:/app/public/icons
4344
```
4445
4546
### Node
4647
4748
1. Clone repository: `git clone https://github.com/hywax/mafl.git`
4849
2. Go to the application folder: `cd mafl`
49-
3. Configure `...`
50+
3. Configure `data/config.yml`
5051
4. Install dependencies: `yarn install`
5152
5. Build application: `yarn build`
5253
6. Run `yarn preview`

0 commit comments

Comments
 (0)