Update SAMBA_PASSWORD in .env.example and specify image version in docker-compose.yml for consistency
Deploy cloud-pc / deploy (push) Failing after 1s

This commit is contained in:
Dmitry
2026-05-27 18:31:19 +03:00
parent 9e9a3e3c6b
commit 76ebb3cd13
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1 +1 @@
SAMBA_PASSWORD=changeme
SAMBA_PASSWORD=
+1 -1
View File
@@ -1,6 +1,6 @@
services:
samba:
image: ghcr.io/servercontainers/samba:latest
image: ghcr.io/servercontainers/samba:sha256-e49f754b7c4a29d6b9338e33527d497c7167e5f0f3172c8a96f2daab9d0e5ec0.sig
container_name: samba
restart: unless-stopped
network_mode: host