docker-compose.override.yml.example in imagine_cms-5.2.0 vs docker-compose.override.yml.example in imagine_cms-5.2.1

- old
+ new

@@ -12,11 +12,11 @@ - ../mysite:/home/app/myapp:delegated # set to (relative) path to site you want to run # - .:/home/app/imagine_cms:delegated # when working on imagine itself # - ./prototype-rails:/home/app/prototype-rails:delegated # when working on imagine dependency prototype-rails - log:/home/app/myapp/log - node_modules:/home/app/myapp/node_modules - - rvm:/usr/local/rvm + - gems:/usr/local/rvm/gems - ~/.gitconfig:/home/app/.gitconfig # if you want to commit from within the container # environment: # PASSENGER_APP_ENV: production # networks: # to use traefik, uncomment this along with the networks section at the bottom # - traefik @@ -34,10 +34,11 @@ volumes: db-data: log: node_modules: tmp: - rvm: + gems: + external: true # networks: # traefik: # external: true