[mod] tiddlywiki 5.2.3
This commit is contained in:
parent
ea56c8ebf7
commit
1a1926a1ed
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
FROM node:12-alpine
|
FROM node:12-alpine
|
||||||
|
|
||||||
RUN npm install -g tiddlywiki@5.2.2
|
RUN npm install -g tiddlywiki@5.2.3
|
||||||
|
|
||||||
EXPOSE 8080
|
EXPOSE 8080
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@ version: '3'
|
||||||
|
|
||||||
services:
|
services:
|
||||||
tiddly:
|
tiddly:
|
||||||
image: tiddlywiki:5.2.2
|
image: tiddlywiki:5.2.3
|
||||||
build: .
|
build: .
|
||||||
container_name: tiddlywiki-docker
|
container_name: tiddlywiki-docker
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
Loading…
Add table
Reference in a new issue