Skip to content

Commit 2d6eedc

Browse files
fix (readme): add info about required docker-compose.override.yml
1 parent ed95d82 commit 2d6eedc

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README-source.adoc

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,20 @@ We use `Make` as main entry point and command line interface to build, run and d
1313
git clone https://github.com/TIBHannover/docker-ckan
1414
cd docker-ckan
1515
cp .env.example .env
16+
----
17+
18+
Create a `docker-compose.override.yml` with the following content:
19+
[source,yaml]
20+
----
21+
services:
22+
ckan:
23+
ports:
24+
- 5000:5000
25+
----
26+
27+
Run:
28+
[source,bash]
29+
----
1630
make build up
1731
----
1832

0 commit comments

Comments
 (0)