chore(): disable all ports except of 80
This commit is contained in:
+13
-13
@@ -80,19 +80,19 @@ services:
|
||||
start_period: 5s
|
||||
start_interval: 5s
|
||||
retries: 3
|
||||
ports:
|
||||
- name: api
|
||||
target: 9000
|
||||
published: ${RUSTFS_API_PORT}
|
||||
host_ip: 127.0.0.1
|
||||
protocol: tcp
|
||||
app_protocol: http
|
||||
- name: console
|
||||
target: 9001
|
||||
published: ${RUSTFS_CONSOLE_PORT}
|
||||
host_ip: 127.0.0.1
|
||||
protocol: tcp
|
||||
app_protocol: http
|
||||
# ports:
|
||||
# - name: api
|
||||
# target: 9000
|
||||
# published: ${RUSTFS_API_PORT}
|
||||
# host_ip: 127.0.0.1
|
||||
# protocol: tcp
|
||||
# app_protocol: http
|
||||
# - name: console
|
||||
# target: 9001
|
||||
# published: ${RUSTFS_CONSOLE_PORT}
|
||||
# host_ip: 127.0.0.1
|
||||
# protocol: tcp
|
||||
# app_protocol: http
|
||||
networks:
|
||||
- default
|
||||
restart: unless-stopped
|
||||
|
||||
Reference in New Issue
Block a user