e
This commit is contained in:
parent
cc0c0f2368
commit
f9c7c90d44
4
.babelrc
4
.babelrc
@ -1,5 +1,3 @@
|
|||||||
{
|
{
|
||||||
"plugins": [
|
"plugins": ["@babel/plugin-proposal-class-properties"]
|
||||||
"@babel/plugin-proposal-class-properties"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
@ -51,7 +51,7 @@ Minetrack can be built and run with Docker from this repository in several ways:
|
|||||||
|
|
||||||
### Build and deploy directly with Docker
|
### Build and deploy directly with Docker
|
||||||
|
|
||||||
```
|
```bash
|
||||||
# build image with name minetrack and tag latest
|
# build image with name minetrack and tag latest
|
||||||
docker build . --tag minetrack:latest
|
docker build . --tag minetrack:latest
|
||||||
|
|
||||||
@ -67,7 +67,7 @@ The published port can be changed by modifying the parameter argument, e.g.:
|
|||||||
|
|
||||||
### Build and deploy with docker-compose
|
### Build and deploy with docker-compose
|
||||||
|
|
||||||
```
|
```bash
|
||||||
# build and start service
|
# build and start service
|
||||||
docker-compose up --build
|
docker-compose up --build
|
||||||
|
|
||||||
@ -79,7 +79,7 @@ docker-compose down
|
|||||||
|
|
||||||
The following configuration enables Nginx to act as reverse proxy for a Minetrack instance that is available at port 8080 on localhost:
|
The following configuration enables Nginx to act as reverse proxy for a Minetrack instance that is available at port 8080 on localhost:
|
||||||
|
|
||||||
```
|
```nginx
|
||||||
server {
|
server {
|
||||||
server_name minetrack.example.net;
|
server_name minetrack.example.net;
|
||||||
listen 80;
|
listen 80;
|
||||||
|
Loading…
Reference in New Issue
Block a user