Skip to content

Instantly share code, notes, and snippets.

@diegogslomp
Created July 12, 2022 21:11
Show Gist options
  • Save diegogslomp/58a3f0f182bec1542430558f26187712 to your computer and use it in GitHub Desktop.
Save diegogslomp/58a3f0f182bec1542430558f26187712 to your computer and use it in GitHub Desktop.
Minimal docker samba supervisord
[supervisord]
nodaemon=true
[program:samba]
command=samba -F
autorestart=true
stdout_logfile=/dev/fd/1
stdout_logfile_maxbytes=0
stderr_logfile=/dev/fd/2
stderr_logfile_maxbytes=0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment