We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
version
lldb
1 parent fb7d4f0 commit 15cdb62Copy full SHA for 15cdb62
contrib/containers/develop/docker-compose.yml
@@ -1,17 +1,18 @@
1
-version: "3.9"
2
services:
3
container:
4
entrypoint: /bin/bash
5
build:
6
context: '..'
7
dockerfile: './develop/Dockerfile'
8
- tty: true # Equivalent to -t
9
- stdin_open: true # Equivalent to -i
10
ports:
11
- "9998:9998" # Mainnet Ports
12
- "9999:9999"
13
- "19998:19998" # Testnet Ports
14
- "19999:19999"
+ security_opt:
+ - seccomp:unconfined
+ stdin_open: true # Equivalent to -i
15
+ tty: true # Equivalent to -t
16
17
# A note about volumes:
18
#
0 commit comments