Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
keevitaja committed Oct 23, 2021
1 parent 1d27762 commit ebf4164
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
3 changes: 3 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,12 @@ services:
mariadb:
container_name: mariadb-10-4-${DOCKER_APP_NAME}
restart: always
env_file: ./.env
build:
context: ./config
dockerfile: mariadb.dockerfile
args:
- DOCKER_APP_UID=${DOCKER_APP_UID}
environment:
MARIADB_ROOT_PASSWORD: root
MARIADB_DATABASE: app
Expand Down
6 changes: 5 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,15 @@

Put this repository into your project root and copy `env.example` to `.env` and make changes as needed.

You should match UID,GIT,USERNAME to your host machine.
You should match `UID`,`GID`,`USERNAME` to your host machine.

See the commands in the `bin` directory.

```
└── project_root
├── docker
└── public
└── index.php
```

This is not meant to be used as a dependency. Clone it and change as needed!

0 comments on commit ebf4164

Please sign in to comment.