Skip to content

Commit

Permalink
bump to v0.18.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cornfeedhobo committed May 3, 2023
1 parent aeb6f4e commit 87256b4
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Contributing

## Publishing a new release

1) Checkout a new branch matching the release version to be built
1) Update the `VERSION` file to match the release version to be built
1) Commit and Push
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.18.1.0
v0.18.1.1
7 changes: 6 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ services:
resources:
limits:
cpus: "2"
memory: "2G"
memory: "4G"
ports:
- "18080:18080"
- "18081:18081"
Expand All @@ -23,6 +23,11 @@ services:
image: "cornfeedhobo/monero:${TAG:-latest}"
links: ["blockchain"]
user: "${UID:-1000}:${GID:-1000}"
deploy:
resources:
limits:
cpus: "2"
memory: "4G"
tty: true
volumes:
- type: "bind"
Expand Down

0 comments on commit 87256b4

Please sign in to comment.