1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-11-21 18:06:36 +02:00
This commit is contained in:
Abhisek 2020-06-28 15:53:31 +05:30 committed by GitHub
parent a3cd320e22
commit dbff3bba9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,7 +25,7 @@ tiddlywiki:
```bash
# initialize wiki
$ docker-compose run --rm tiddlywiki . --init server
$ docker-compose run --rm --entrypoint tiddlywiki tiddlywiki . --init server
# serves wiki over http
$ docker-compose up -d