1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

はじめに

WordPressはよく聞きますが、仕事として触ったことはありませんでした。
縁あって、触る必要がでてきましたので、簡単にどんなものか勉強がてら試してみます。

環境

OS:AlmaLinux9

参考情報

以下のサイトを参考に作業しています。

docker-compose.ymlの準備

適当な(project)ディレクトを作成して、以下のサイトから取得した
docker-compose.ymlを配置します。
内容?こまけぇこたぁいいんですよ。

docker-compose.ymlの編集

DBデータはVolumesでホストとバインドされていますが、
wordpressの紐づきは記載ないので追加していきます。

image.png

ビルド

以下のコマンドで、ビルドしていきます。

docker compose up -d

さっそく権限ないぜって言われたので、付与。

sudo chmod 666 /var/run/docker.sock

image.png

再度、docker compose upコマンドを実行し、無事にビルドできたようです。


さっそく、ホスト側のブラウザから確認していきます。
URLはdockerが動いている端末のポート:50になります。

image.png

おぉ、普通にセットアップ画面ですね。
次回は設定何やらをすすめていきます!

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?