Hier werden die Unterschiede zwischen zwei Versionen gezeigt.
| Beide Seiten, vorherige Überarbeitung Vorherige Überarbeitung | |||
|
admin_grundlagen:docker:apache_httpd_mit_docker_compose [2026/03/24 12:10] ingo_wichmann [Apache httpd mit Docker Compose] |
admin_grundlagen:docker:apache_httpd_mit_docker_compose [2026/03/24 12:12] (aktuell) ingo_wichmann |
||
|---|---|---|---|
| Zeile 30: | Zeile 30: | ||
| - ./httpd.conf:/usr/local/apache2/conf/httpd.conf | - ./httpd.conf:/usr/local/apache2/conf/httpd.conf | ||
| </code> | </code> | ||
| - | Erster Test, im Vordergrund: | + | Datei testen: |
| + | docker compose config | ||
| + | |||
| + | Erster Start, im Vordergrund: | ||
| docker compose up | docker compose up | ||
| -> http://localhost:8888 | -> http://localhost:8888 | ||