mirror of
https://github.com/bitnami/containers.git
synced 2026-03-15 14:58:17 +08:00
adds docker-compose.yml
This commit is contained in:
11
bitnami/ruby/docker-compose.yml
Normal file
11
bitnami/ruby/docker-compose.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
version: '2'
|
||||
|
||||
services:
|
||||
ruby:
|
||||
tty: true # Enables debugging capabilities when attached to this container.
|
||||
image: bitnami/ruby:latest
|
||||
# command: sh -c 'bundle install && bundle exec rails server -b 0.0.0.0 -p 3000'
|
||||
ports:
|
||||
- 3000:3000
|
||||
volumes:
|
||||
- .:/app
|
||||
Reference in New Issue
Block a user