where can we specify the migrations directory? #9
Answered
by
KROSF
hyusetiawan
asked this question in
Q&A
-
where can we specify the migrations directory? |
Beta Was this translation helpful? Give feedback.
Answered by
KROSF
Jul 31, 2023
Replies: 1 comment
-
version: "3.7"
services:
pocketbase:
image: ghcr.io/muchobien/pocketbase:latest
container_name: pocketbase
restart: unless-stopped
command:
- --migrationsDir
- /pb_migrations
ports:
- "8090:8090"
volumes:
- /path/to/data:/pb_data
- /path/to/public:/pb_public #optional
- /path/to/migrations:/pb_migrations you can pass any extra flag using the command property |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
KROSF
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
you can pass any extra flag using the command property