Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
- Initial installation steps
  • Loading branch information
dqlopez committed Jun 28, 2020
1 parent 022d52b commit 69321a7
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,16 @@
# dockdock
Your so-so dockerized local playground.

## Installation

Copy the environment template and update values accordingly:

```
cp env-template .env
```

Build and initialize Docker container:

```
docker-compose up --build -d
```
2 changes: 1 addition & 1 deletion env-template
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Host
HOST_APP_DIR=/home/dqlopez/Dev
HOST_APP_DIR=/path/to/your/projects/dir
HOST_NGINX_HTTP_PORT=80

# Nginx
Expand Down

0 comments on commit 69321a7

Please sign in to comment.