Compare commits
No commits in common. "3c7323ece3ec09febb257c49c1fc574c6bab69e5" and "6a648c91d403c49454621274af278cc376a1adce" have entirely different histories.
3c7323ece3
...
6a648c91d4
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.3
|
RUN npm install -g tiddlywiki@5.2.2
|
||||||
|
|
||||||
EXPOSE 8080
|
EXPOSE 8080
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@ version: '3'
|
||||||
|
|
||||||
services:
|
services:
|
||||||
tiddly:
|
tiddly:
|
||||||
image: tiddlywiki:5.2.3
|
image: tiddlywiki:5.2.2
|
||||||
build: .
|
build: .
|
||||||
container_name: tiddlywiki-docker
|
container_name: tiddlywiki-docker
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue