From e63a4af5a2bc5b69c91b88faf1c9675286406014 Mon Sep 17 00:00:00 2001 From: IvanaJerolimov <87435341+IvanaJerolimov@users.noreply.github.com> Date: Tue, 1 Mar 2022 14:43:06 +0100 Subject: [PATCH] docker-compose.yml fix --- .gitignore | 2 ++ docker-compose.yml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3d72576 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +.DS_Store +.idea \ No newline at end of file diff --git a/docker-compose.yml b/docker-compose.yml index 4721551..3871903 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -22,7 +22,7 @@ services: - "443:443" volumes: - ./code:/code - - ./site.conf:/etc/nginx/conf.d/site.conf + - ./site.conf:/etc/nginx/conf.d/default.conf links: - php php: