This repository was archived by the owner on Feb 16, 2023. It is now read-only.

Description

If you are new to Docker or this application our issue tracker is ONLY used for reporting bugs or requesting features. Please use our Discord server for general support.
Expected Behavior
docker-compose should finddocker-compose.yml in the current directory and proceed normally.
Current Behavior
docker-compose does not find docker-compose.yml, even when it’s really there.
ERROR:
Can't find a suitable configuration file in this directory or any
parent. Are you in the right directory?
Supported filenames: docker-compose.yml, docker-compose.yaml
Even if I use -f to manually define the path of the file, it just shows all the possible commands.
Steps to Reproduce
- Install linuxserver/docker-compose using “Recommended” method (
sudo curl -L --fail https://raw.githubusercontent.com/linuxserver/docker-docker-compose/master/run.sh -o /usr/local/bin/docker-compose && sudo chmod +x /usr/local/bin/docker-compose )
- Write any valid
docker-compose.yml file
- Run
docker-compose config in the same directory as docker-compose.yml
Environment
OS: Fedora CoreOS 32 Stable
CPU architecture: x86_64
How Docker was installed: Included as part of the OS (container Linux distribution)
Command used to create Docker container (run/create/compose/screenshot)
Docker Compose (https://github.com/mailcow/mailcow-dockerized/blob/master/docker-compose.yml)