There was an error while loading. Please reload this page.
docker-compose.yml
1 parent 77b168e commit ee4f2c9Copy full SHA for ee4f2c9
1 file changed
docker-compose.yml
@@ -6,4 +6,9 @@ services:
6
container_name: flutter-web
7
restart: unless-stopped
8
ports:
9
- - "8080:80"
+ - "8080:80"
10
+ volumes:
11
+ - test_data:/data
12
+
13
+volumes:
14
+ test_data:
0 commit comments