Skip to content

Commit

Permalink
Update server.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nadar committed Nov 20, 2020
1 parent b386216 commit 0d4d9a1
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/server.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,20 @@ Run the docker image. Map port 3000 to local port 3000.

You should now be able to access `https://localhost:3000`.

## Docker-Compose

In order to create an unglue server inside a docker-compose file for local compiling:

```yaml
version: '3'
services:
...
unglue:
image: unglue/server
ports:
- "3000:3000"
```

## Install with GIT

1. Clone the git repository.
Expand Down

0 comments on commit 0d4d9a1

Please sign in to comment.