79430123

Date: 2025-02-11 13:29:43
Score: 1
Natty:
Report link

Pretty sure Docker doesn't support include for something like this. Instead you could run this to use more than one file:

docker-compose -f docker-compose.yaml -f back/docker-compose.yaml -f front/docker-compose.yaml up

-f tells docker to merge all the files you mention.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Jesper