File tree 2 files changed +20
-2
lines changed 2 files changed +20
-2
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ docker run --name mafl -p 3000:3000 -v ./config.yml:/app/data/config.yml hywax/m
32
32
33
33
All possible paths to the container. It is mandatory to specify the ` config.yml ` config file, everything else can be left by default.
34
34
35
- | Путь | Тип | Описание |
35
+ | Path | Type | Description |
36
36
| ------------------------| --------| --------------------------------------------------------|
37
37
| ` /app/data/config.yml ` | File | App configuration - [ more] ( ../reference/configuration ) |
38
38
| ` /app/public/icons ` | Folder | Local icons - [ more] ( ../reference/icons ) |
@@ -75,6 +75,16 @@ Configure the application by editing the `config.yml` file:
75
75
nano /opt/mafl/data/config.yml
76
76
```
77
77
78
+ ### File volumes
79
+
80
+ All possible paths to the container. It is mandatory to specify the ` config.yml ` config file, everything else can be left by default.
81
+
82
+ | Path | Type | Description |
83
+ | ----------------------------------| --------| --------------------------------------------------------|
84
+ | ` /opt/mafl/data/data/config.yml ` | File | App configuration - [ more] ( ../reference/configuration ) |
85
+ | ` /opt/mafl/data/public/icons ` | Folder | Local icons - [ more] ( ../reference/icons ) |
86
+ | ` /opt/mafl/data/public/favicons ` | Folder | Favicon icons - [ more] ( ../reference/favicons ) |
87
+
78
88
Many thanks to [ @tteck ] ( https://github.com/tteck ) for helping me create lxc script.
79
89
80
90
::: warning Updating errors
Original file line number Diff line number Diff line change @@ -68,7 +68,15 @@ yarn preview
68
68
bash -c " $( wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/mafl.sh) "
69
69
```
70
70
71
- Настройте приложение, отредактировав файл ` config.yml ` :
71
+ ### File volumes
72
+
73
+ Все возможные пути в контейнер. Обязательно нужно указывать файл конфига ` config.yml ` , все остальное можно оставить по умолчанию.
74
+
75
+ | Путь | Тип | Описание |
76
+ | ----------------------------------| --------| --------------------------------------------------------|
77
+ | ` /opt/mafl/data/data/config.yml ` | File | App configuration - [ more] ( ../reference/configuration ) |
78
+ | ` /opt/mafl/data/public/icons ` | Folder | Local icons - [ more] ( ../reference/icons ) |
79
+ | ` /opt/mafl/data/public/favicons ` | Folder | Favicon icons - [ more] ( ../reference/favicons ) |
72
80
73
81
``` shell
74
82
nano /opt/mafl/data/config.yml
You can’t perform that action at this time.
0 commit comments