fix docker compose file and readme

main
shruub 1 year ago
parent 332173d9c5
commit c4a5ba6529
Signed by: shruub
GPG Key ID: B150E03645A3F44A

@ -1,2 +1,7 @@
# [hugodieehre](https://www.habedieeh.re) # [hugodieehre](https://www.habedieeh.re)
This repo contains the files found at habedieeh.re 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

@ -2,7 +2,7 @@ version: "3.3"
services: services:
web: web:
image: hugodieehretest # based on simple-web-server, has amazing defaults image: hugodieehre # based on simple-web-server, has amazing defaults
container_name: habedieehre container_name: habedieehre
networks: networks:

Loading…
Cancel
Save