change port 8082 to 8087
All checks were successful
Gitea Action Maven build / build (push) Successful in 47s
Gitea Action Maven build / deploy (push) Successful in 9s

This commit is contained in:
Eduard Kuksa 2025-02-20 21:53:09 +07:00
parent b5a9ab03a6
commit 6a4a9d0a65

View File

@ -6,5 +6,5 @@ services:
image: spring-demo image: spring-demo
container_name: spring-demo container_name: spring-demo
ports: ports:
- "8082:8080" - "8087:8080"
restart: always restart: always