Skip to content

Commit 2ab115a

Browse files
committed
chore: correct path to a WAR file in the comments
Should be in f90b0e3 commit.
1 parent 2e26c77 commit 2ab115a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

infra/docker/postgres.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ services:
1919
#- SPRING_LIQUIBASE_CONTEXTS=scheme,init-data,prod-data
2020
#volumes:
2121
# to use a WAR file from filesystem and avoid to build an image every time
22-
#- ../target/mystamps.war:/data/mystamps/mystamps.war:ro
22+
#- ../../target/mystamps.war:/data/mystamps/mystamps.war:ro
2323
networks:
2424
- internal-network
2525
depends_on:

infra/docker/prod.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ services:
1919
volumes:
2020
- ./application-prod.properties:/data/mystamps/application-prod.properties:ro
2121
# to use a WAR file from filesystem and avoid to build an image every time
22-
#- ../target/mystamps.war:/data/mystamps/mystamps.war:ro
22+
#- ../../target/mystamps.war:/data/mystamps/mystamps.war:ro
2323
networks:
2424
- internal-network
2525
depends_on:

0 commit comments

Comments
 (0)