Skip to content

Commit

Permalink
Remove unused 443 port forwarding
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Nikitin committed Jun 27, 2022
1 parent c744bf2 commit 447d17b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ services:
- ${RESOLVER_PORT}
ports:
- "${RESOLVER_PORT}:${RESOLVER_PORT}"
- "443:443"
profiles:
- full

Expand All @@ -32,4 +31,4 @@ services:

configs:
config:
file: ../config.yaml
file: ../config.yaml

0 comments on commit 447d17b

Please sign in to comment.