Mercurial > dive4elements > river
changeset 9801:1d7a72a50183 3.2.x
Assume Compose V2, consistently
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Thu, 23 Nov 2023 10:14:13 +0100 |
parents | 5141e37b9ef0 |
children | a9641367812c |
files | docker/README |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/docker/README Thu Nov 23 10:10:26 2023 +0100 +++ b/docker/README Thu Nov 23 10:14:13 2023 +0100 @@ -8,7 +8,7 @@ Build and run: $ cd docker -$ docker-compose up +$ docker compose up Lookup the allocated host port: @@ -21,13 +21,13 @@ In case an Oracle database should be used, the server service has to be build with a build-time argument: -$ docker-compose build --build-arg ORACLE=true artifacts +$ docker compose build --build-arg ORACLE=true artifacts Remote debugging: To enable remote debugging of the artifact server, uncomment the respective lines in docker-compose.yml, recreate the service and e.g. attach with JDB: -$ docker-compose up -d +$ docker compose up -d $ jdb -attach <your-docker-host>:8787 -sourcepath<your-checkout>/artifacts/src/main/java