Skip to content

Commit

Permalink
fix acme mount for LE
Browse files Browse the repository at this point in the history
  • Loading branch information
DaMandal0rian committed Nov 6, 2024
1 parent 8ef2a2d commit 07643c3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion templates/scripts/create_domain_node_compose_file.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ services:
- 443:443
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- ./letsencrypt/acme.json:/acme.json
- ./acme.json:/acme.json
archival-node:
image: ghcr.io/\${NODE_ORG}/node:\${NODE_TAG}
Expand Down
2 changes: 1 addition & 1 deletion templates/scripts/create_rpc_node_compose_file.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ services:
- 443:443
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- ./letsencrypt/acme.json:/acme.json
- ./acme.json:/acme.json
archival-node:
image: ghcr.io/\${NODE_ORG}/node:\${NODE_TAG}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ services:
- 443:443
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- ./letsencrypt/acme.json:/acme.json
- ./acme.json:/acme.json
archival-node:
build:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ services:
- 443:443
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- ./letsencrypt/acme.json:/acme.json
- ./acme.json:/acme.json
archival-node:
build:
Expand Down

0 comments on commit 07643c3

Please sign in to comment.