Skip to content

Commit b0f9aea

Browse files
committed
use docker volume instead of efs
1 parent 4596bfb commit b0f9aea

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

aws/task-definition.json.template

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,7 @@
88
"memory": "${MEMORY_UNITS}",
99
"volumes": [
1010
{
11-
"name": "migrations-volume",
12-
"efsVolumeConfiguration": {
13-
"fileSystemId": "${EFS_ID}",
14-
"rootDirectory": "/migrations",
15-
"transitEncryption": "DISABLED"
16-
}
11+
"name": "migrations-volume"
1712
}
1813
],
1914
"containerDefinitions": [

0 commit comments

Comments
 (0)