File tree 2 files changed +12
-3
lines changed 2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 3
3
<img align="center" alt="docker-web" src="./logo.svg" height="100">
4
4
</picture >
5
5
docker-web
6
+ <br >
7
+ <br >
8
+ <center>
9
+ manage web-app with docker
10
+ </center >
6
11
</h1 >
7
12
13
+ <h3 >Manual</h3 >
14
+
8
15
``` bash
9
16
Core Commands:
10
17
usage: docker-web < command>
@@ -28,15 +35,17 @@ usage: docker-web <command> <app_name>
28
35
reset down app and remove containers and volumes
29
36
rm down app and remove its config folder
30
37
* restart stop down rm logs pull ... any docker-compose commands are compatible
38
+ ` ` `
39
+ < h3> App structure:< /h3>
31
40
32
- App structure:
41
+ ` ` ` bash
33
42
.
34
43
├── config.sh user configurations
35
44
├── apps
36
45
│ ├── app-1
37
46
│ │ ├── config.sh app configurations
38
47
│ │ ├── docker-compose.yml app docker structure
39
- │ │ ├── logo.svg icon of the app, usefull for dashboard
48
+ │ │ ├── logo.svg app icon ( usefull for dashboard app)
40
49
│ │ ├── nginx.conf nginx configurations (optional)
41
50
│ │ ├── post-install.sh script executed before the app is launched (optional)
42
51
│ │ ├── pre-install.sh script executed after the app is launched (optional)
Original file line number Diff line number Diff line change 1
- export DOCKERWEB_VERSION=" 24.7.2 "
1
+ export DOCKERWEB_VERSION=" 24.7.3 "
2
2
export GITHUB_DOCKERWEB=" https://github.com/docker-web/docker-web"
3
3
export PATH_DOCKERWEB=~ /docker-web
4
4
export PATH_DOCKERWEB_APPS=$PATH_DOCKERWEB /apps
You can’t perform that action at this time.
0 commit comments