Skip to content

Commit abbe762

Browse files
authored
fix: change the service name (#1381)
1 parent 6df35b9 commit abbe762

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/jwt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Note that the `setfacl` command relies on the `acl` package. This is installed b
3838
This takes care of using the correct passphrase to encrypt the private key, and setting the correct permissions on the
3939
keys allowing the web server to read them.
4040

41-
Since these keys are created by the `root` user from a container, your host user will not be able to read them during the `docker-compose build api` process. Add the `config/jwt/` folder to the `api/.dockerignore` file so that they are skipped from the result image.
41+
Since these keys are created by the `root` user from a container, your host user will not be able to read them during the `docker-compose build caddy` process. Add the `config/jwt/` folder to the `api/.dockerignore` file so that they are skipped from the result image.
4242

4343
If you want the keys to be auto generated in `dev` environment, see an example in the [docker-entrypoint script of api-platform/demo](https://github.com/api-platform/demo/blob/master/api/docker/php/docker-entrypoint.sh).
4444

0 commit comments

Comments
 (0)