Create docker-compose.yml

This commit is contained in:
2023-05-24 16:04:09 +07:00
committed by GitHub
parent e627cf1708
commit a869ac5055
+8
View File
@@ -0,0 +1,8 @@
version: '3.3'
services:
lookbusy:
container_name: lookbusy
restart: always
volumes:
- ./start.sh:/app/start.sh
image: lookbusy