Skip to content
This repository was archived by the owner on Dec 10, 2022. It is now read-only.

Commit 08b57dd

Browse files
committed
chore(docker): expose more ports for docker image
1 parent 0f3b5ae commit 08b57dd

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Dockerfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,8 @@ FROM archlinux/base
2323

2424
COPY --from=builder /tox-node/target/release/tox-node /user/local/
2525

26-
# tox-node uses port of 33445 as default
27-
EXPOSE 33445/tcp
28-
EXPOSE 33445/udp
26+
# expose ports that are default for a bootstrap node
27+
EXPOSE 443/tcp 3389/tcp 33445/tcp 33445/udp
2928

3029
# add user
3130
RUN useradd tox_node

0 commit comments

Comments
 (0)