Full access for application #5690
-
I used the In my services:
application:
container_name: "application"
image: "myapp:latest"
ports:
- target: 8080
published: 10000
- target: 8443
published: 10001
access_folders:
- app/Resources: read-only
- app/App_Data: full access I need guidance on properly granting read-only access to the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The simplest path is for these directories to be in the user directory. Is that possible? |
Beta Was this translation helpful? Give feedback.
I made it volume and it worked and thanks