Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
Resolves #239
  • Loading branch information
Humblemonk committed Sep 16, 2024
1 parent 78d2a15 commit 3d19c6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ SHARD: 1

The `docker-compose` file created by this repo expects to find the `.env` file in `/opt` directory. This can be changed by editing the `docker-compose` file.

3. Once the env file is created, make sure you are in the DiceMaiden directory by typing `cd /opt/dicemaiden`. Once in the DiceMaiden directory, run `docker-compose up -d` to build the docker container.
3. Once the env file is created, make sure you are in the DiceMaiden directory by typing `cd /opt/dicemaiden`. Once in the DiceMaiden directory, run `docker-compose up -d` or `docker compose up -d` to build the docker container.

**NOTE:** The initial run can take a bit as the container needs to download and install all the ruby gems and their dependencies. This isnt required again unless you rebuild the container.

Expand Down

0 comments on commit 3d19c6f

Please sign in to comment.