Skip to content

Commit ee4f2c9

Browse files
committed
chore: Add Docker volume for test data in docker-compose.yml
This commit introduces a named volume `test_data` in the `docker-compose.yml` file for managing test-related data storage.
1 parent 77b168e commit ee4f2c9

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

docker-compose.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,9 @@ services:
66
container_name: flutter-web
77
restart: unless-stopped
88
ports:
9-
- "8080:80"
9+
- "8080:80"
10+
volumes:
11+
- test_data:/data
12+
13+
volumes:
14+
test_data:

0 commit comments

Comments
 (0)