Skip to content

Commit d757019

Browse files
committed
adjusted last commit
1 parent d309c26 commit d757019

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/IntelOwl/installation.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -260,11 +260,11 @@ Starting from IntelOwl 4.0.0, with the startup script you can select which versi
260260
This can be helpful to keep using old versions in case of retrocompatibility issues. The <code>--version</code> parameter checks out the Git Repository to the Tag of the version that you have chosen. This means that if you checkout to a v3.x.x version, you won't have the <code>--version</code> parameter anymore so you would need to manually checkout back to the <code>master</code> branch to use newer versions.
261261
</div>
262262

263-
<div class="admonition note">
264-
<p class="admonition-title">Note</p>
265-
If, for any reason, the `start` script does not work in your environment, we suggest to use plain `docker compose` and configuring manually all the optional containers you need.
263+
<div class="admonition warning">
264+
<p class="admonition-title">Warning</p>
265+
If, for any reason, the <code>start</code> script does not work in your environment, we suggest to use plain <code>docker compose</code> and configuring manually all the optional containers you need.
266266

267-
The basic replacement of `./start prod up` would be:
267+
The basic replacement of <code>./start prod up</code> would be:
268268
```commandline
269269
docker compose --project-directory docker -f docker/default.yml -f docker/postgres.override.yml -f docker/redis.override.yml -f docker/nginx.override.yml -p intelowl up
270270
```

0 commit comments

Comments
 (0)