mirror of
https://github.com/bitnami/containers.git
synced 2026-03-14 14:58:01 +08:00
Add kompose label to branch docker-compose files
This commit is contained in:
@@ -3,7 +3,9 @@ version: '2'
|
||||
services:
|
||||
ruby:
|
||||
tty: true # Enables debugging capabilities when attached to this container.
|
||||
image: bitnami/ruby:2.3
|
||||
image: 'bitnami/ruby:2.3'
|
||||
labels:
|
||||
kompose.service.type: nodeport
|
||||
# command: sh -c 'bundle install && bundle exec rails server -b 0.0.0.0 -p 3000'
|
||||
ports:
|
||||
- 3000:3000
|
||||
|
||||
Reference in New Issue
Block a user