Skip to content

Commit

Permalink
fix: docker custom image (#1484)
Browse files Browse the repository at this point in the history
  • Loading branch information
vinckr authored Aug 3, 2023
1 parent 954ac61 commit 09de179
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/kratos/guides/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,6 @@ You can create custom Kratos Docker images that embed your configuration files b
base image and adding your configuration file(s) as shown in the example:

```dockerfile
FROM oryd/kratos:latest
FROM oryd/kratos:{version}
COPY contrib/quickstart/kratos/email-password/kratos.yml /home/ory
```

0 comments on commit 09de179

Please sign in to comment.