内容へ移動
fl8 Wiki
ユーザ用ツール
ログイン
サイト用ツール
検索
ツール
文書の表示
以前のリビジョン
バックリンク
最近の変更
メディアマネージャー
サイトマップ
ログイン
>
最近の変更
メディアマネージャー
サイトマップ
現在位置:
Dokuwiki.fl8.jp
»
50 日記
»
2025
»
02
»
2025.02.05 Docker Error
トレース:
50_dialy:2025:02:5
この文書は読取専用です。文書のソースを閲覧することは可能ですが、変更はできません。もし変更したい場合は管理者に連絡してください。
====== 2025.02.05 Docker Error ====== php:5.3-apache でエラーが出て起動していなかった。 ===== Error ===== <code> pukiwiki-php-1 | AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 172.19.0.11. Set the 'ServerName' directive globally to suppress this message pukiwiki-php-1 | httpd (pid 1) already running </code> ===== 対応 ===== imageのバージョンを新しいものにしたら治りました。 <code> version: "3" services: php: image: php:5.3-apache ↓ image: php:5.3.29-apache </code> {{tag>日記 Docker}}
50_dialy/2025/02/5.txt
· 最終更新: 2025/02/08 10:41 by
matsui
ページ用ツール
文書の表示
以前のリビジョン
バックリンク
文書の先頭へ