mirror of
https://github.com/dashpay/dash.git
synced 2024-12-24 19:42:46 +01:00
ci: remove redundant version
attribute, avoid lldb
personality error
This commit is contained in:
parent
64cdc42130
commit
b7099eed47
@ -1,17 +1,18 @@
|
|||||||
version: "3.9"
|
|
||||||
services:
|
services:
|
||||||
container:
|
container:
|
||||||
entrypoint: /bin/bash
|
entrypoint: /bin/bash
|
||||||
build:
|
build:
|
||||||
context: '..'
|
context: '..'
|
||||||
dockerfile: './develop/Dockerfile'
|
dockerfile: './develop/Dockerfile'
|
||||||
tty: true # Equivalent to -t
|
|
||||||
stdin_open: true # Equivalent to -i
|
|
||||||
ports:
|
ports:
|
||||||
- "9998:9998" # Mainnet Ports
|
- "9998:9998" # Mainnet Ports
|
||||||
- "9999:9999"
|
- "9999:9999"
|
||||||
- "19998:19998" # Testnet Ports
|
- "19998:19998" # Testnet Ports
|
||||||
- "19999:19999"
|
- "19999:19999"
|
||||||
|
security_opt:
|
||||||
|
- seccomp:unconfined
|
||||||
|
stdin_open: true # Equivalent to -i
|
||||||
|
tty: true # Equivalent to -t
|
||||||
|
|
||||||
# A note about volumes:
|
# A note about volumes:
|
||||||
#
|
#
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
version: "3.9"
|
|
||||||
services:
|
services:
|
||||||
guix_ubuntu:
|
guix_ubuntu:
|
||||||
build:
|
build:
|
||||||
|
Loading…
Reference in New Issue
Block a user