Skip to content

Commit

Permalink
Merge pull request #391 from silinternational/remove-data-container
Browse files Browse the repository at this point in the history
remove 'data' container from docker-compose.yml
  • Loading branch information
briskt authored Nov 20, 2024
2 parents 36a18b3 + f687f19 commit 4344c68
Show file tree
Hide file tree
Showing 2 changed files with 225 additions and 233 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,7 @@
## Setup ##
1. Clone this repo
2. Copy ```local.env.dist``` to ```local.env``` and fill in the required variable values.
3. Set the following environment variables on your host (dev) machine:
- `DOCKER_UIDGID`: user ID and group ID. Use `1000:1000` if you are the primary user
on a Linux computer. Otherwise, run `id -u` and `id -g` and use the resulting numbers in place of `1000`.
4. Run `make start`
3. Run `make start`

## Configuration
By default, configuration is read from environment variables. These are documented
Expand Down
Loading

0 comments on commit 4344c68

Please sign in to comment.