Update exposed ports

Ports in use was wrong
This commit is contained in:
Gustav Soelberg 2023-08-12 11:27:22 +02:00 committed by GitHub
parent 6a31927562
commit e47b39041b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,5 +4,5 @@ services:
container_name: Web-Check container_name: Web-Check
image: lissy93/web-check image: lissy93/web-check
ports: ports:
- 8888:8888 - 3000:3000
restart: unless-stopped restart: unless-stopped