Skip to content

Commit

Permalink
improve username handling, allowing start on windows10
Browse files Browse the repository at this point in the history
  • Loading branch information
arnehilmann committed Dec 17, 2020
1 parent f6fc5b9 commit 30ec8fd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions markdeck
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@
set -ue

BUILD=deck
VERSION=0.54.2
VERSION=0.54.3
PORT=${MARKDECK_PORT:-8080}
FRIENDS_PORT=$((${PORT} + 1))
USER=${USER:-$USERNAME}
export COMPOSE_PROJECT_NAME=$(basename $PWD)

calcUser() {
Expand Down Expand Up @@ -61,7 +62,7 @@ createComposeFile () {
version: "3.4"
services:
markdeck:
image: arne/markdeck-pandoc:0.54.2
image: arne/markdeck-pandoc:0.54.3
user: "\$MARKDECK_USER"
environment:
- ONCE
Expand Down
2 changes: 1 addition & 1 deletion src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ IMPRESSJS_VERSION=1.1.0
MERMAID_VERSION=v8.8.4
SVGBOB_VERSION=0.5.0-alpha.6

VERSION=0.54.2
VERSION=0.54.3
MOTTO=simple version update
WEB_VERSION=0.2
PDF_VERSION=0.10
Expand Down

0 comments on commit 30ec8fd

Please sign in to comment.