mirror of
https://github.com/luigieai/homelab.git
synced 2025-06-07 07:56:37 -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:
|
environment:
|
||||||
- WG_HOST=home.marioverde.com.br
|
- WG_HOST=home.marioverde.com.br
|
||||||
# ⚠️ Change this in Portainer configs, see README
|
# ⚠️ Change this in Portainer configs, see README
|
||||||
- PASSWORD=foobar123
|
#- PASSWORD=foobar123
|
||||||
image: weejewel/wg-easy
|
image: weejewel/wg-easy
|
||||||
container_name: wg-easy
|
container_name: wg-easy
|
||||||
hostname: wg-easy
|
hostname: wg-easy
|
||||||
|
|
Loading…
Add table
Reference in a new issue