Skip to content

Commit 716333b

Browse files
committed
Update docker-compose.yml
1 parent 6f9cf92 commit 716333b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ services:
77
networks:
88
- connect-gnu-network
99
environment:
10-
- spring.config.additional-location=file:/application.properties
10+
- spring.config.additional-location=file:/app/application.properties
1111
- TZ=Asia/Seoul
1212
volumes:
13-
- ./application.properties:/application.properties
13+
- ./application.properties:/app/application.properties
1414
deploy:
1515
resources:
1616
limits:

0 commit comments

Comments
 (0)