Skip to content

Commit 018c2b7

Browse files
committed
change production docker volume permissions
1 parent 2208bdc commit 018c2b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

production.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ services:
1010
dockerfile: ./compose/production/django/Dockerfile
1111
image: sde_indexing_helper_production_django
1212
volumes:
13-
- ./backups:/app/backups
13+
- ./backups:/app/backups:z
1414
depends_on:
1515
- postgres
1616
env_file:

0 commit comments

Comments
 (0)