Skip to content

Commit 15cdb62

Browse files
committed
ci: remove redundant version attribute, avoid lldb personality error
1 parent fb7d4f0 commit 15cdb62

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

contrib/containers/develop/docker-compose.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
1-
version: "3.9"
21
services:
32
container:
43
entrypoint: /bin/bash
54
build:
65
context: '..'
76
dockerfile: './develop/Dockerfile'
8-
tty: true # Equivalent to -t
9-
stdin_open: true # Equivalent to -i
107
ports:
118
- "9998:9998" # Mainnet Ports
129
- "9999:9999"
1310
- "19998:19998" # Testnet Ports
1411
- "19999:19999"
12+
security_opt:
13+
- seccomp:unconfined
14+
stdin_open: true # Equivalent to -i
15+
tty: true # Equivalent to -t
1516

1617
# A note about volumes:
1718
#

0 commit comments

Comments
 (0)