java-spring: fix docker, clean up application.properties

This commit is contained in:
Oleg Sinizin
2021-11-16 18:48:13 +03:00
parent c3a4c0a66b
commit f9dbe89fd9
2 changed files with 3 additions and 2 deletions

View File

@ -7,7 +7,9 @@ services:
image: maven:3.8.1
working_dir: /java-spring
volumes:
- .:/java-spring
- .:/java-spring
ports:
- 4000:4000
command: mvn clean spring-boot:run

View File

@ -1,6 +1,5 @@
server.version=1.0.0
server.address=127.0.0.1
server.port=4000
filesize-max=5242880