mirror of
https://github.com/Lissy93/web-check.git
synced 2024-11-08 01:16:15 +01:00
e47b39041b
Ports in use was wrong
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:
|
|
- 3000:3000
|
|
restart: unless-stopped
|