You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When starting the container, it keeps restarting in an infinite loop (--restart always). Without the --restart always, it just exits with error code 1.
When starting the container, it keeps restarting in an infinite loop (--restart always). Without the --restart always, it just exits with error code 1.
Steps to reproduce this issue
root@cetus:/# cat /docker-data/samba/config.yml
auth:
group: nobody
uid: 1000
gid: 1000
password: nobody
global:
share:
comment: centauri
path: /nfs/centauri
browsable: yes
readonly: no
guestok: yes
veto: no
recycle: no
path: /nfs/magellan
browsable: yes
readonly: no
guestok: yes
veto: no
recycle: no
path: /nfs/orion
browsable: yes
readonly: no
guestok: yes
veto: no
recycle: no
Expected behaviour
Actual behaviour
Configuration
Docker version (type
docker --version
) : Docker version 24.0.0, build 98fdcd7Docker compose version if applicable (type
docker-compose --version
) : n/aPlatform (Debian 9, Ubuntu 18.04, ...) : Debian 11
System info (type
uname -a
) : Linux cetus 5.10.0-23-amd64 Add ZeroConf Service Discovery #1 SMP Debian 5.10.179-1 (2023-05-12) x86_64 GNU/LinuxInclude all necessary configuration files :
docker-compose.yml
,.env
, ...Docker info
Logs
The text was updated successfully, but these errors were encountered: