Skip to content

Commit deaab19

Browse files
committed
Update to work with latest docker-compose.
1 parent 07434a1 commit deaab19

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

docker-compose.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616
# directory of this distribution.
1717

1818

19-
# Example Docker Compose setup for running Roller and PostreSQL locally
19+
# Example Docker Compose setup for running Roller and PostgreSQL locally
2020

2121

22-
version: '3.2'
22+
version: '3.7'
2323

2424
services:
2525

@@ -37,8 +37,7 @@ services:
3737
- POSTGRES_PASSWORD=tiger
3838

3939
roller:
40-
image:
41-
build: .
40+
build: .
4241
ports:
4342
- "8080:8080"
4443
volumes:

0 commit comments

Comments
 (0)