Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Jozefiel authored Oct 26, 2020
1 parent f6c4bd1 commit d991e84
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,19 +20,17 @@ In docker-compose.yaml file can be changed default settings:
- MYSQL_ROOT_PASSWORD: define password of created mysql root user.

```yaml
version: "3.1"
version: "3.7"
services:
www:
build:
context: .
network_mode: "host"
image: ubuntu_mrbs:latest
image: nimmis/apache-php7
ports:
- "8080:80"
volumes:
- ./www:/var/www/html/
links:
- db:docker_host
restart: always
db:
image: mysql:8.0
ports:
Expand All @@ -46,9 +44,9 @@ services:
volumes:
- ./init_db:/docker-entrypoint-initdb.d
- mrbs_db:/var/lib/mysql
restart: always
volumes:
mrbs_db:

```
This is minimal settings in config file, for more setting please visit [https://github.com/yorkulibraries/mrbs]
Expand Down Expand Up @@ -90,6 +88,7 @@ docker-compose down -v
License
----
For docker files - MIT

For MRBS read LICENSE file

[https://github.com/yorkulibraries/mrbs]: <https://github.com/yorkulibraries/mrbs/blob/master/web/systemdefaults.inc.php>
Expand Down

0 comments on commit d991e84

Please sign in to comment.