Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fabriziosalmi authored Aug 19, 2024
1 parent d4d7fb8 commit 8774b37
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lxc_autoscale/docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ services:
SMTP_TO: ''
UPTIME_KUMA_WEBHOOK_URL: ''
USE_REMOTE_PROXMOX: 'True'
PROXMOX_HOST: ''
PROXMOX_HOST: 'proxmox.homelab.me'
SSH_PORT: 22
SSH_USER: ''
SSH_PASSWORD: '' # Consider using Docker secrets for sensitive data
SSH_USER: 'root'
SSH_PASSWORD: 'weak-password' # Consider using Docker secrets for sensitive data
SSH_KEY_PATH: ''
volumes:
- /var/log/lxc_autoscale:/var/log/lxc_autoscale # Ensure this directory is specific to your app
Expand Down

0 comments on commit 8774b37

Please sign in to comment.