dailycheckin/docker_start.sh

15 lines
451 B
Bash
Raw Normal View History

2021-02-24 00:01:36 +08:00
#!/bin/bash
curl -O https://raw.githubusercontent.com/Sitoi/dailycheckin/main/docker/docker-compose.yml
curl -O https://raw.githubusercontent.com/Sitoi/dailycheckin/main/docker/Makefile
mkdir -p config
curl https://raw.githubusercontent.com/Sitoi/dailycheckin/main/deploy.sh | bash
docker run -d -v $(pwd)/config:/dailycheckin/config \
-v $(pwd)/logs:/dailycheckin/logs \
--name dailycheckin \
--restart always \
sitoi/dailycheckin:latest