Fix WG_HOST environment variable interpolation in user data
This commit is contained in:
parent
b7a563fa36
commit
bbf1df9b6c
1 changed files with 1 additions and 1 deletions
|
|
@ -81,7 +81,7 @@ export class AwsCdkStack extends cdk.Stack {
|
|||
' image: weejewel/wg-easy',
|
||||
' container_name: wg-easy',
|
||||
' environment:',
|
||||
' - WG_HOST=\\${PUBLIC_IP}',
|
||||
' - WG_HOST=${PUBLIC_IP}',
|
||||
' - PASSWORD=admin123',
|
||||
' volumes:',
|
||||
' - ./config:/etc/wireguard',
|
||||
|
|
|
|||
Loading…
Reference in a new issue