mirror of
https://github.com/pooneyy/1Panel-Appstore.git
synced 2026-03-18 04:31:05 +08:00
- Rewrite README.md in Chinese and add README_en.md in English to focus on product introduction and main features - Update data.yml with improved multilingual descriptions, architecture support, and simplified form fields (only HTTP port configuration) - Simplify docker-compose.yml by removing unnecessary environment variables and using volume mount instead of named volume - Add init.sh script for container initialization and update logo.png file - Remove .env.sample file with complex environment variables
4 lines
197 B
Bash
4 lines
197 B
Bash
install -d -m 777 ./data
|
|
CONTAINER_ID=$(docker create --pull always linkstackorg/linkstack:latest)
|
|
docker export $CONTAINER_ID | tar -x -C ./data htdocs --strip-components=1
|
|
docker rm $CONTAINER_ID |