This shows you the differences between two versions of the page.
| informatique:web:adventure [2026/05/26 20:13] – created yahiko | informatique:web:adventure [2026/06/26 18:38] (current) – yahiko | ||
|---|---|---|---|
| Line 74: | Line 74: | ||
| <code bash> | <code bash> | ||
| docker compose up -d | docker compose up -d | ||
| + | </ | ||
| + | |||
| + | Si tout va bien, AdventureLog est accessible sur le port '' | ||
| + | |||
| + | ==== La connexion ne répond pas ==== | ||
| + | |||
| + | Voir [[https:// | ||
| + | |||
| + | Pour que cela fonctionne sur mon réseau local, j'ai dû modifier les lignes suivantes dans le fichier '' | ||
| + | |||
| + | < | ||
| + | ORIGIN=http://< | ||
| + | ... | ||
| + | CSRF_TRUSTED_ORIGINS=http:// | ||
| </ | </ | ||