lillo

joined 1 year ago
[–] [email protected] 1 points 11 months ago* (last edited 11 months ago)

Perhaps the manual is a bit outdated. In recent versions of Docker, docker-compose is installed as a plugin for the docker command. So instead of using docker-compose up -d, try using docker compose up -d (note the white space between "docker" and "compose").