Skip to content

Commit 11d0512

Browse files
committed
rebrand docker-compose and docker test setup
1 parent 604dd53 commit 11d0512

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docker-compose.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ version: "2"
1212
########################################################################################################
1313

1414
services:
15-
ruby_appoptics:
16-
container_name: ruby_appoptics
17-
image: ruby_appoptics
15+
ruby_appoptics_apm:
16+
container_name: ruby_appoptics_apm
17+
image: ruby_appoptics_apm
1818
build:
1919
context: .
2020
dockerfile: ./Dockerfile_test

run_tests_docker.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
matrix.each do |args|
2828
args['rvm'] = '1.9.3-p551' if args['rvm'] =~ /1.9.3/
29-
`docker-compose run --rm --service-ports ruby_appoptics /code/ruby-appoptics_apm/ruby_setup.sh #{args['rvm']} #{args['gemfile']}`
29+
`docker-compose run --rm --service-ports ruby_appoptics_apm /code/ruby-appoptics_apm/ruby_setup.sh #{args['rvm']} #{args['gemfile']}`
3030
end
3131

3232
# `docker-compose down --rmi all`

0 commit comments

Comments
 (0)