File tree 3 files changed +2
-15
lines changed
3 files changed +2
-15
lines changed Original file line number Diff line number Diff line change 2
2
run.env
3
3
tags
4
4
* .swp
5
+ .DS_Store
Original file line number Diff line number Diff line change @@ -10,8 +10,7 @@ services:
10
10
ports :
11
11
- 8080:80
12
12
volumes :
13
- - akaunting-data:/var/www/html/storage
14
- - akaunting-modules:/var/www/html/modules
13
+ - akaunting-data:/var/www/html
15
14
restart : unless-stopped
16
15
env_file :
17
16
- env/run.env
@@ -29,13 +28,6 @@ services:
29
28
env_file :
30
29
- env/db.env
31
30
32
- akaunting-update :
33
- image : containrrr/watchtower
34
- volumes :
35
- - /var/run/docker.sock:/var/run/docker.sock
36
- command : --cleanup akaunting akaunting-db
37
-
38
31
volumes :
39
32
akaunting-data :
40
- akaunting-modules :
41
33
akaunting-db :
Original file line number Diff line number Diff line change @@ -28,12 +28,6 @@ services:
28
28
env_file :
29
29
- env/db.env
30
30
31
- akaunting-update :
32
- image : containrrr/watchtower
33
- volumes :
34
- - /var/run/docker.sock:/var/run/docker.sock
35
- command : --cleanup akaunting akaunting-db
36
-
37
31
volumes :
38
32
akaunting-data :
39
33
akaunting-db :
You can’t perform that action at this time.
0 commit comments