mirror of
https://github.com/10h30/lookbusy-docker.git
synced 2026-05-12 15:21:21 +09:00
9 lines
176 B
YAML
9 lines
176 B
YAML
version: '3.3'
|
|
services:
|
|
lookbusy:
|
|
container_name: lookbusy
|
|
restart: always
|
|
volumes:
|
|
- ./start.sh:/app/start.sh
|
|
image: lookbusy
|