mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 01:27:27 -04:00
fix port definitions
- docker-compose no longer accepts ports definitions when network_mode: host is set - previous versions simply ignored the ports definitions, the updated docker-compose breaks with an error however
This commit is contained in:
@ -20,9 +20,9 @@ services:
|
||||
# cpu_count: 1
|
||||
# cpus: 0.75
|
||||
network_mode: "host"
|
||||
ports:
|
||||
- "64297:64297"
|
||||
- "127.0.0.1:64304:64304"
|
||||
# ports:
|
||||
# - "64297:64297"
|
||||
# - "127.0.0.1:64304:64304"
|
||||
image: "dtagdevsec/nginx:2204"
|
||||
read_only: true
|
||||
volumes:
|
||||
|
Reference in New Issue
Block a user