Created
July 12, 2022 21:11
-
-
Save diegogslomp/58a3f0f182bec1542430558f26187712 to your computer and use it in GitHub Desktop.
Minimal docker samba supervisord
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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