ci: remove redundant version attribute, avoid lldb personality error

This commit is contained in:
Kittywhiskers Van Gogh 2024-11-09 10:05:33 +00:00
parent de27eb5b1f
commit f7035c42ce
No known key found for this signature in database
GPG Key ID: 30CD0C065E5C4AAD

View File

@ -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:
#