web-check/docker-compose.yml

9 lines
154 B
YAML
Raw Permalink Normal View History

2023-07-23 01:04:45 +02:00
version: '3.9'
services:
web-check:
container_name: Web-Check
image: lissy93/web-check
ports:
- 3000:3000
2023-07-23 01:04:45 +02:00
restart: unless-stopped