We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61f8abd commit 921d761Copy full SHA for 921d761
infra/docker/local-data.yml
@@ -7,6 +7,9 @@
7
8
services:
9
web:
10
+ # Useful for debugging Liquibase
11
+ #environment:
12
+ # LOGGING_LEVEL_LIQUIBASE: DEBUG
13
volumes:
14
# to use a WAR file from filesystem and avoid to build image every time
15
- ../../target/mystamps.war:/data/mystamps/mystamps.war:ro
0 commit comments