From 145a62f0aad7306525176faf105c3ef4676d5ecc Mon Sep 17 00:00:00 2001 From: mo8it Date: Wed, 1 Nov 2023 21:53:29 +0100 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4640ab0..281480c 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ If you don't want to use your own reverse proxy, you can use [`compose.yaml`](co - Now start Traefik by running the command `sudo docker compose up -d` in the directory `~/advlabdb/traefik`. - Create directories for the data and logs volumes: `mkdir ~/advlabdb/{data,logs}` - Change the time zone `TZ` in `~/advlabdb/repo/compose.yaml` if it is not `Europe/Berlin`. -- Initilialize the database by running `sudo docker compose run advlabdb manage.py setup init-db` in the directory `~/advlabdb/repo` and following the guide. +- Initialize the database by running `sudo docker compose run advlabdb manage.py setup init-db` in the directory `~/advlabdb/repo` and following the guide. - Start AdvLabDB by running the command `sudo docker compose up -d` in the directory `~/advlabdb/repo`. - Visit the domain that you specified in the Traefik configuration as `SERVER_NAME` to test if AdvLabDB is running. If this is not the case, open an issue, maybe I could help :)