We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07434a1 commit deaab19Copy full SHA for deaab19
1 file changed
docker-compose.yml
@@ -16,10 +16,10 @@
16
# directory of this distribution.
17
18
19
-# Example Docker Compose setup for running Roller and PostreSQL locally
+# Example Docker Compose setup for running Roller and PostgreSQL locally
20
21
22
-version: '3.2'
+version: '3.7'
23
24
services:
25
@@ -37,8 +37,7 @@ services:
37
- POSTGRES_PASSWORD=tiger
38
39
roller:
40
- image:
41
- build: .
+ build: .
42
ports:
43
- "8080:8080"
44
volumes:
0 commit comments