Add EspoCRM docs#1672
Conversation
|
@LaurentGoderre thanks for your recommendations. That's all fixed. |
|
@LaurentGoderre I fixed some ymlfmt & markdownfmt validation errors in the last commit. |
|
(force push: just a rebase to kick CI and see where we're at status-wise) |
|
There might be other things you want to update here (it's probably been a minute since you looked at it 😄) but here are a few notes I saw while reviewing it: The $ docker run --name mysql --network some-network -e MYSQL_ROOT_PASSWORD=password -d mysql:8
$ docker run --name some-%%REPO%% --network some-network -d %%IMAGE%%$ docker run --name some-%%REPO%% --network some-network -p 8080:80 -d %%IMAGE%%$ docker run --name some-%%REPO%% --network some-network -e ESPOCRM_SITE_URL=http://172.20.0.100:8080 -p 8080:80 -d %%IMAGE%%(The container name In ESPOCRM_ADMIN_PASSWORD: passwordAnd in the prose examples:
The image does the right thing -- it emits an explicit startup warning when default credentials are detected. But the docs present them as the happy path with no caveat. The stack.yml value should use a placeholder like
Two small prose fixes:
|
This is the documentation for EspoCRM image, docker-library/official-images#7603