Jump to content

storms

Members
  • Posts

    3
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. yo guys, not sure how to fix this one, so i keep getting an adittional IP on my ethernet interface while i assigned it to static... tried to assign static conf with the armbian-config thing and by editing the /etc/network file. my dhcp is the stock ISP router network. never had this problem before, even when using other images from diferent distros. also sudo armbianmonitor -u gives me this error System diagnosis information will now be uploaded to /usr/bin/armbianmonitor: line 859: [: -gt: unary operator expected
  2. hello! not sure, i had the offical ubuntu arm version from odroid before installing armbian and i was able to install docker-compose without problems. but i will keep diging. edit: i was able to install it and confirm it is working following this: https://www.berthon.eu/2019/revisiting-getting-docker-compose-on-raspberry-pi-arm-the-easy-way/ so it appears its not an armbian problem...i think? case closed! edit edit! where would be the best place to give this info so that a fix could be made? it appears the docker-compose official team dont have plans to add it to arm. so, debian repos people?
  3. Hey guys so i'm trying to setup docker-compose with version 3.7, the problem is it seems it doesnt like version 3 at all! docker compose file: i have the ports set up, here appears as XXXX but i have 9000:9000 on the compose file i installed docker with the armbian-config and installed docker compose with " sudo apt install docker-compose" error: docker-compose up -d ERROR: Version in "./docker-compose.yml" is unsupported. You might be seeing this error because you're using the wrong Compose file version. Either specify a version of "2" (or "2.0") and place your service definitions under the `services` key, or omit the `version` key and place your service definitions at the root of the file to use version 1. For more on the Compose file format versions, see https://docs.docker.com/compose/compose-file/ let me know if you need any more info, sorry if i missed something. thanks for the help
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines