mirror of
https://github.com/dashpay/dash.git
synced 2024-12-24 11:32: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:
|
||||
container:
|
||||
entrypoint: /bin/bash
|
||||
build:
|
||||
context: '..'
|
||||
dockerfile: './develop/Dockerfile'
|
||||
tty: true # Equivalent to -t
|
||||
stdin_open: true # Equivalent to -i
|
||||
ports:
|
||||
- "9998:9998" # Mainnet Ports
|
||||
- "9999:9999"
|
||||
- "19998:19998" # Testnet Ports
|
||||
- "19999:19999"
|
||||
security_opt:
|
||||
- seccomp:unconfined
|
||||
stdin_open: true # Equivalent to -i
|
||||
tty: true # Equivalent to -t
|
||||
|
||||
# A note about volumes:
|
||||
#
|
||||
|
@ -1,4 +1,3 @@
|
||||
version: "3.9"
|
||||
services:
|
||||
guix_ubuntu:
|
||||
build:
|
||||
|
Loading…
Reference in New Issue
Block a user