Skip to content

Commit

Permalink
rename env file to env-example
Browse files Browse the repository at this point in the history
see #1
  • Loading branch information
jcheron committed Apr 28, 2022
1 parent 87a0cf2 commit 3113e31
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@

.idea/
mysql/db/
.env
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ git clone phpmv/ubiquity-docker
cd ubiquity-docker
```

copy env-example to .env:
```
cp env-example .env
```

## Configuration
### General
- PHP, Mysql, Apache and NginX versions are defined in `.env` file.
Expand Down
8 changes: 8 additions & 0 deletions env-example
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Versions ###############################
PHP_VERSION=8.0
MYSQL_VERSION=8.0
APACHE_VERSION=2.4.53
NGINX_VERSION=latest

# Config ###############################
MYSQL_PASSWORD=admin

0 comments on commit 3113e31

Please sign in to comment.