# docker_spug **Repository Path**: deq/docker_spug ## Basic Information - **Project Name**: docker_spug - **Description**: docker-compsoe启动spug - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2021-08-31 - **Last Updated**: 2021-11-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # docker-compsoe SPUG 参考官方文档,改写成`docker-compsoe` ## 启动 ``` # 启动前删除 ./spug_data/下的.keep文件 # 根目录下执行 docker-compose up -d ``` ## 初始化 ``` docker exec spug init_spug admin You_passwd # 或者进入容器内部执行 init_spug admin You_passwd # 初始化后需要重启(根目录下执行) docker-compose restart ```