Skip to content

Commit

Permalink
Improve docker-compose comment
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbrechtL committed Oct 2, 2024
1 parent f614250 commit 1e47d77
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ services:
# Port 8006 is console tty web VNC
- 8006:8006
# Port 8000 is available only when Docker WAN network is used.
# Use script /usr/bin/fw_wan_open_http to open the port
- 8000:8000
# Use script /usr/bin/fw_wan_open_http to open the port. Works only if WAN_IF=host
#- 8000:8000
# SSH
# Use script /usr/bin/fw_wan_open_ssh to open the port
- 8022:8022
# Use script /usr/bin/fw_wan_open_ssh to open the port. Works only if WAN_IF=host
#- 8022:8022
stop_grace_period: 2m
restart: on-failure

Expand Down

0 comments on commit 1e47d77

Please sign in to comment.