You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/install/containers/images/zeo.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ docker run -p 8100:8100 plone/plone-zeo:latest
23
23
```
24
24
25
25
26
-
### Docker-compose
26
+
### Service configuration with Docker Compose
27
27
28
28
Create a directory for your project, and inside it create a `docker-compose.yml` file that starts your Plone instance and the ZEO instance with volume mounts for data persistence:
29
29
@@ -51,7 +51,7 @@ volumes:
51
51
data: {}
52
52
```
53
53
54
-
Now, run `docker-compose up -d` from your project directory.
54
+
Now, run `dockercompose up -d` from your project directory.
55
55
56
56
Point your browser at http://localhost:8080 and you should see the default Plone site creation page.
0 commit comments