mirror of
https://github.com/Lissy93/web-check.git
synced 2024-11-23 08:45:07 +01:00
9 lines
154 B
YAML
9 lines
154 B
YAML
|
version: '3.9'
|
||
|
services:
|
||
|
web-check:
|
||
|
container_name: Web-Check
|
||
|
image: lissy93/web-check
|
||
|
ports:
|
||
|
- 8888:8888
|
||
|
restart: unless-stopped
|