Skip to content

Commit ed2f044

Browse files
authored
Merge pull request #1 from amahi/master
added new docker image url for amahi 12 dev (#239)
2 parents 746d76f + 46ff0f2 commit ed2f044

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docker-compose.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ services:
2222
- amahi_mysqldb
2323

2424
amahi_web:
25-
image: vikasy/amahi_platform
25+
image: sukhbir947/amahi_platform
2626
command: bundle exec rails s -p 3000 -b '0.0.0.0'
2727
volumes:
2828
- .:/amahi
2929
ports:
30-
- "3000:3000"
30+
- 3000:3000
3131
depends_on:
3232
- amahi_mysqldb
3333
volumes_from:
@@ -39,4 +39,3 @@ services:
3939
image: busybox
4040
volumes:
4141
- /box
42-

0 commit comments

Comments
 (0)