Skip to content

Commit 1ed6910

Browse files
committed
Update docker-compose.yml for easier start
1 parent 22e2893 commit 1ed6910

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docker-compose.yml

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ services:
1010
- postgres
1111
ports:
1212
- 3000:3000
13+
command: goby server.gb --bind 0.0.0.0:3000 wsgi
14+
1315
postgres:
1416
environment:
1517
- POSTGRES_DB=goby_test

0 commit comments

Comments
 (0)