We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d6ffc83 + b992702 commit dcf908cCopy full SHA for dcf908c
docker-compose.yml
@@ -1,13 +1,8 @@
1
services:
2
- data:
3
- image: silintl/data-volume:latest
4
- volumes:
5
- - ./application:/data
6
-
7
db:
8
image: mariadb:10
9
- volumes_from:
10
- - data
+ volumes:
+ - ./application:/data
11
ports:
12
- "3306"
13
environment:
@@ -26,8 +21,8 @@ services:
26
21
27
22
restore:
28
23
build: ./
29
30
24
25
31
# volumes:
32
# - ./test/world.sql.gz:/tmp/world.sql.gz
33
# - ./test/employees.sql.gz:/tmp/employees.sql.gz
@@ -43,8 +38,8 @@ services:
43
38
44
39
backup:
45
40
46
47
41
42
48
env_file:
49
- ./local.env
50
0 commit comments