- update docker-compose.yml to use named volume (linkstack_data) with bind mount to ./data directory - remove complex container export logic from init.sh, replace with simple directory creation (mkdir -p ./data)
1 line
15 B
Bash
1 line
15 B
Bash
mkdir -p ./data |