Skip to content

Commit

Permalink
ci: remove redundant version attribute, avoid lldb personality error
Browse files Browse the repository at this point in the history
  • Loading branch information
kwvg committed Nov 18, 2024
1 parent d45b245 commit e06f64d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions contrib/containers/develop/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -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:
#
Expand Down

0 comments on commit e06f64d

Please sign in to comment.