Skip to content

Commit

Permalink
Update default.provisioners.yaml - nginx:1-alpine
Browse files Browse the repository at this point in the history
Signed-off-by: Mathieu Benoit <[email protected]>
  • Loading branch information
mathieu-benoit authored Sep 15, 2024
1 parent 3137dea commit 6386708
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/command/default.provisioners.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@
services: |
{{ $p := (dig .Init.sk "instancePort" 0 .Shared) }}
{{ dig .Init.sk "instanceServiceName" "" .Shared }}:
image: "nginx:1"
image: "nginx:1-alpine"
restart: always
ports:
- published: {{ $p }}
Expand Down

0 comments on commit 6386708

Please sign in to comment.