We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
depends_on
I am using following docker-compose.yml and when running it errors out saying depends_on not supported.
docker-compose.yml
$ cat docker-compose.yml mariadb: image: centos/mariadb ports: - "3306" environment: MYSQL_ROOT_PASSWORD: etherpad MYSQL_DATABASE: etherpad MYSQL_PASSWORD: etherpad MYSQL_USER: etherpad etherpad: build: "./myphp" ports: - "80:9001" depends_on: - mariadb environment: DB_HOST: mariadb DB_DBID: etherpad DB_PASS: etherpad DB_USER: etherpad
running it
$ ./kompose convert -o output ERRO[0000] Could not parse config for project etherpad : Unsupported config option for etherpad service: 'depends_on' FATA[0000] Failed to load compose file%!(EXTRA *errors.errorString=Unsupported config option for etherpad service: 'depends_on')
The text was updated successfully, but these errors were encountered:
There are some keys we have not covered. I'm gonna submit a patch for the warning message. Please stay turned :-)
Sorry, something went wrong.
#3
Closed by 278a8af
No branches or pull requests
I am using following
docker-compose.yml
and when running it errors out sayingdepends_on
not supported.running it
The text was updated successfully, but these errors were encountered: