Skip to content

Commit

Permalink
add domain for internal container network
Browse files Browse the repository at this point in the history
  • Loading branch information
mcalmer committed Apr 17, 2024
1 parent ddc64bf commit f8a6db8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion mgradm/shared/templates/serviceTemplate.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ ExecStart=/usr/bin/podman run \
--sdnotify=conmon \
-d \
--name {{ .NamePrefix }}-server \
--hostname {{ .NamePrefix }}-server \
--hostname {{ .NamePrefix }}-server.mgr.internal \
{{ .Args }} \
{{- range .Ports }}
-p {{ .Exposed }}:{{ .Port }}{{if .Protocol}}/{{ .Protocol }}{{end}} \
Expand Down
1 change: 1 addition & 0 deletions uyuni-tools.changes.mc.add-domain-for-internal-network
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- add domain for internal container network

0 comments on commit f8a6db8

Please sign in to comment.