From c4a5ba6529223c02be38eb4dcf0d73168f6b435f Mon Sep 17 00:00:00 2001 From: shruub Date: Tue, 1 Aug 2023 20:24:28 +0200 Subject: [PATCH] fix docker compose file and readme --- README.md | 7 ++++++- docker-compose.yml | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a093068..45a07ff 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,7 @@ # [hugodieehre](https://www.habedieeh.re) -This repo contains the files found at habedieeh.re \ No newline at end of file +This repo contains the files found at habedieeh.re + +## How to run +1. `docker build -t hugodieehre .` +2. `docker compose up -d` +3. I'll still forget to build the image before deploying \ No newline at end of file diff --git a/docker-compose.yml b/docker-compose.yml index a6e04ee..c2a3ba0 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -2,7 +2,7 @@ version: "3.3" services: web: - image: hugodieehretest # based on simple-web-server, has amazing defaults + image: hugodieehre # based on simple-web-server, has amazing defaults container_name: habedieehre networks: