mirror of
https://github.com/luigieai/homelab.git
synced 2025-06-06 15:46:35 -03:00
fix: portainer does not replace a compose variable, so sensitive information should be put directly at portainer
This commit is contained in:
parent
0dabf129db
commit
87e3e30a37
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ services:
|
|||
environment:
|
||||
- WG_HOST=home.marioverde.com.br
|
||||
# ⚠️ Change this in Portainer configs, see README
|
||||
- PASSWORD=foobar123
|
||||
#- PASSWORD=foobar123
|
||||
image: weejewel/wg-easy
|
||||
container_name: wg-easy
|
||||
hostname: wg-easy
|
||||
|
|
Loading…
Add table
Reference in a new issue