Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for volume tmpfs in docker compose #683

Open
mrq1911 opened this issue Mar 12, 2024 · 1 comment
Open

Support for volume tmpfs in docker compose #683

mrq1911 opened this issue Mar 12, 2024 · 1 comment
Assignees
Labels
area/compose Related to stack inconsistency with engine

Comments

@mrq1911
Copy link
Member

mrq1911 commented Mar 12, 2024

volumes:
- type: tmpfs
   target: /var/cache/nginx
@mrq1911 mrq1911 added the area/compose Related to stack inconsistency with engine label Mar 12, 2024
@mrq1911 mrq1911 self-assigned this Mar 12, 2024
@NeilInnes
Copy link
Contributor

NFS volumes aren't supported either:

e.g.

  storage001_nfs:
    driver: local
    driver_opts:
      type: nfs
      o: "addr=storage001.nfs.server.com,rw,nolock,hard,noatime,nodiratime,tcp"
      device: ":/export/NAME/dir"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/compose Related to stack inconsistency with engine
Projects
None yet
Development

No branches or pull requests

2 participants