Skip to content

Commit 1bb7c1f

Browse files
authored
Merge pull request #1379 from chargeITmobility/update-docs-for-docker-compose-v2
Propose Docker Compose V2 for bringing up containers
2 parents 021919a + 22efc98 commit 1bb7c1f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -96,13 +96,13 @@ SteVe is designed to run standalone, a java servlet container / web server (e.g.
9696
9797
# Docker
9898
99-
If you prefer to build and start this project via docker (you can skip the steps 1, 4 and 5 from above), this can be done as follows: `docker-compose up -d`
99+
If you prefer to build and start this project via docker (you can skip the steps 1, 4 and 5 from above), this can be done as follows: `docker compose up -d`
100100
101-
Because the docker-compose file is written to build the project for you, you still have to change the project configuration settings from step 3.
101+
Because the docker compose file is written to build the project for you, you still have to change the project configuration settings from step 3.
102102
Instead of changing the [main.properties in the prod directory](src/main/resources/config/prod/main.properties), you have to change the [main.properties in the docker directory](src/main/resources/config/docker/main.properties). There you have to change all configurations which are described in step 3.
103-
The database password for the user "steve" has to be the same as you have configured it in the docker-compose file.
103+
The database password for the user "steve" has to be the same as you have configured it in the docker compose file.
104104
105-
With the default docker-compose configuration, the web interface will be accessible at: `http://localhost:8180`
105+
With the default docker compose configuration, the web interface will be accessible at: `http://localhost:8180`
106106
107107
# Kubernetes
108108

0 commit comments

Comments
 (0)