Compare commits
2 commits
6a648c91d4
...
3c7323ece3
| Author | SHA1 | Date | |
|---|---|---|---|
| 3c7323ece3 | |||
| 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