Skip to content

Commit

Permalink
Add filesystem acl
Browse files Browse the repository at this point in the history
  • Loading branch information
raykrueger committed Oct 31, 2023
1 parent c4080ba commit 77190b2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,11 @@ export class GameServer extends Construct {
gid: '1000',
uid: '1000',
},
createAcl: {
ownerGid: '1000',
ownerUid: '1000',
permissions: '755',
},
});

//Create our ECS Cluster
Expand Down

0 comments on commit 77190b2

Please sign in to comment.