Skip to content

Commit

Permalink
updated to alpine 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
djonasdev committed Jan 24, 2019
1 parent 6489245 commit 564d763
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion docker-run.sh
Expand Up @@ -9,9 +9,14 @@ EXTRA_ARGS="-d"
DOCKER="docker"
#Extra args to docker command. Like using remote dockerd or something else
DOCKER_ARGS=""
#Image name
IMAGE="djonasdev/synology-docker-radicale-server"

#Stop the old instance if already running
$DOCKER rm $($DOCKER stop $($DOCKER ps -a -q --filter ancestor=$IMAGE --format="{{.ID}}"))

$DOCKER $DOCKER_ARGS run \
-v $VOLUME_PATH:/data \
-p 127.0.0.1:5232:5232 \
$EXTRA_ARGS \
djonasdev/synology-docker-radicale-server
$IMAGE
2 changes: 1 addition & 1 deletion docker/Dockerfile
@@ -1,4 +1,4 @@
FROM alpine:3.7
FROM alpine:3.8
LABEL Dominic Jonas <info@dominic-jonas.de>

###################################################
Expand Down

0 comments on commit 564d763

Please sign in to comment.