Skip to content

Commit 7334b07

Browse files
chore(infra): remove quotes enclosing seccomp (#3393)
Co-authored-by: Ravern Koh <[email protected]>
1 parent 9159686 commit 7334b07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ services:
3535
- website
3636
init: true
3737
security_opt:
38-
- seccomp="infra/instance/chromium.seccomp.json"
38+
- seccomp=infra/instance/chromium.seccomp.json
3939
environment:
4040
- NODE_ENV=development
4141
- PORT=8082

0 commit comments

Comments
 (0)