summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index d38e6b43..adad489d 100644
--- a/README.md
+++ b/README.md
@@ -72,10 +72,10 @@ Now, start the server:
```bash
# Build the Docker image
-docker build -t=opendc .
+docker-compose build
-# Start a container with the image
-docker run -d --name opendc -p 8081:8081 opendc
+# Start the OpenDC container and the database container
+docker-compose up
```
Wait a few seconds and open `http://localhost:8081` in your browser to use OpenDC.