An Otter Wiki
Attachments
History
Blame
View Source
Changelog
Documentation
Toggle dark mode
Login
Home
A - Z
Menu
Installation
Configuration
FAQ
Customization
Development
Examples
An Otter Wiki
Installation
14546e
Commit
14546e
2024-01-03 11:15:44
Ralph Thesen
: use image tag :2 instead of :2.0
installation.md
..
@@ 21,7 21,7 @@
docker run --name otterwiki \
-p 8080:80 \
-v $PWD/app-data:/app-data \
-
redimp/otterwiki:2.0
+
redimp/otterwiki:2
```
Open the wiki via http://127.0.0.1:8080 if you are running the docker command on your machine.
@@ 41,7 41,7 @@
version: '3'
services:
otterwiki:
-
image: redimp/otterwiki:2.0
+
image: redimp/otterwiki:2
restart: unless-stopped
ports:
- 8080:80
@@ 61,7 61,7 @@
version: '3'
services:
otterwiki:
-
image: redimp/otterwiki:2.0
+
image: redimp/otterwiki:2
restart: unless-stopped
ports:
- 8080:80
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9