Skip to content

Commit b992702

Browse files
authored
Merge pull request #31 from silinternational/feature-data-image
Removed the data-image
2 parents 9a8ee43 + a8f570b commit b992702

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docker-compose.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ services:
2121

2222
restore:
2323
build: ./
24-
volumes_from:
25-
- data
24+
volumes:
25+
- ./application:/data
2626
# volumes:
2727
# - ./test/world.sql.gz:/tmp/world.sql.gz
2828
# - ./test/employees.sql.gz:/tmp/employees.sql.gz
@@ -38,8 +38,8 @@ services:
3838

3939
backup:
4040
build: ./
41-
volumes_from:
42-
- data
41+
volumes:
42+
- ./application:/data
4343
env_file:
4444
- ./local.env
4545
environment:

0 commit comments

Comments
 (0)