ci: remove redundant version attribute, avoid lldb personality error

This commit is contained in:
Kittywhiskers Van Gogh 2024-12-15 11:02:54 +00:00
parent 64cdc42130
commit b7099eed47
No known key found for this signature in database
GPG Key ID: 30CD0C065E5C4AAD
2 changed files with 4 additions and 4 deletions

View File

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

View File

@ -1,4 +1,3 @@
version: "3.9"
services: services:
guix_ubuntu: guix_ubuntu:
build: build: