diff --git a/docker-compose.yml b/docker-compose.yml index 383757b..38da824 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -6,7 +6,7 @@ ports: - "${WEB_PORT:-8080}:80" volumes: - - ./src/docker_index.html:/var/www/html/index.html + - ./public/docker_index.php:/var/www/html/index.php - ./public/sample:/var/www/html/sample - ./public/workspace:/var/www/html/workspace diff --git a/public/docker_index.php b/public/docker_index.php new file mode 100644 index 0000000..d1e574e --- /dev/null +++ b/public/docker_index.php @@ -0,0 +1,40 @@ + + + + + + + + リンク集 + + + + +

リンク集

+ + + + + + diff --git a/public/links.php b/public/links.php deleted file mode 100644 index 4e38181..0000000 --- a/public/links.php +++ /dev/null @@ -1,40 +0,0 @@ - - - - - - - - リンク集 - - - - -

リンク集

- - - - - -