mirror of
https://github.com/10h30/lookbusy-docker.git
synced 2026-06-05 15:08:49 +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
|