mirror of
https://github.com/Sitoi/dailycheckin.git
synced 2024-11-17 21:58:03 +08:00
f91b796540
🔥 移除脚本;
10 lines
227 B
YAML
10 lines
227 B
YAML
version: '3'
|
|
services:
|
|
dailycheckin:
|
|
image: sitoi/dailycheckin:latest
|
|
container_name: dailycheckin
|
|
restart: always
|
|
tty: true
|
|
volumes:
|
|
- ./config:/dailycheckin/config
|
|
- ./logs:/dailycheckin/logs |