diff --git a/docker-compose.yaml b/docker-compose.yaml index 9eb5224..066119a 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -5,7 +5,7 @@ services: image: dockurr/samba container_name: samba environment: - USER: "embedika" + USER: "user" PASS: "P@ssw0rd!" ports: - "445:445" @@ -22,4 +22,5 @@ services: - /srv/http_share:/usr/share/nginx/html:ro - /srv/nginx.conf:/etc/nginx/conf.d/default.conf:ro - /srv/.htpasswd:/etc/nginx/.htpasswd:ro + # Для генерации связки юзер:пароль использовать htpasswd -c /srv/.htpasswd user restart: always \ No newline at end of file