Skip to content

Commit 56a2c5d

Browse files
committed
remove data file volume
1 parent 355756c commit 56a2c5d

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.gitignore

-1
This file was deleted.

docker-compose.yaml

+5-2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ services:
66
ports:
77
- 8090:8090
88
volumes:
9-
- ./data:/pb_data
9+
- pocketbase-data:/pb_data
1010
- ./public:/pb_public
11-
- ./migrations:/pb_migrations
11+
- ./migrations:/pb_migrations
12+
13+
volumes:
14+
pocketbase-data:

0 commit comments

Comments
 (0)