Compare commits

..

No commits in common. "3c7323ece3ec09febb257c49c1fc574c6bab69e5" and "6a648c91d403c49454621274af278cc376a1adce" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
FROM node:12-alpine
RUN npm install -g tiddlywiki@5.2.3
RUN npm install -g tiddlywiki@5.2.2
EXPOSE 8080

View file

@ -2,7 +2,7 @@ version: '3'
services:
tiddly:
image: tiddlywiki:5.2.3
image: tiddlywiki:5.2.2
build: .
container_name: tiddlywiki-docker
restart: unless-stopped