79816604

Date: 2025-11-11 12:00:17
Score: 2
Natty:
Report link

Removing all volumes, changing the compose file to this

services:
  hellodocker:
    image: hellodocker:latest
    user: 1000:1000
    volumes:
      - file-data:/xxx:rw
    environment:
      - HELLODOCKER_VALUEFILE_FULLNAME=/xxx/file.txt

volumes:
    file-data:

and then doing docker compose up doesn't seem to help.

Is this diffferent from the -v option?

Reasons:
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Self-answer (0.5):
Posted by: Volker