add domain to caddy file via env variable
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
localhost {
|
||||
{$DOMAIN} {
|
||||
reverse_proxy app:3000
|
||||
}
|
||||
Reference in New Issue
Block a user
@@ -1,3 +1,3 @@
|
||||
localhost {
|
||||
{$DOMAIN} {
|
||||
reverse_proxy app:3000
|
||||
}
|
||||