Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ Follow these steps to install Appsmith:
2. Create a `docker-compose.yml` file with:

```yaml
version: "3"
services:
appsmith:
image: index.docker.io/appsmith/appsmith-ee:<version>
Expand All @@ -40,8 +39,11 @@ Follow these steps to install Appsmith:
- "80:80"
- "443:443"
volumes:
- ./stacks:/appsmith-stacks
- appsmith_stacks:/appsmith-stacks
restart: unless-stopped
volumes:
appsmith_stacks:
external: true
```

:::tip Pin the image to a release tag
Expand Down