Skip to content

Commit

Permalink
Merge pull request #61 from forana/ossec-home-dir
Browse files Browse the repository at this point in the history
Set ossec user's home path
  • Loading branch information
AlfonsoRBJ authored Nov 6, 2018
2 parents ee88529 + 14db935 commit 92cfd70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wazuh/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN curl --silent --location https://deb.nodesource.com/setup_8.x | bash -

# Creating ossec user as uid:gid 1000:1000
RUN groupadd -g 1000 ossec
RUN useradd -u 1000 -g 1000 ossec
RUN useradd -u 1000 -g 1000 -d /var/ossec ossec

# Configure postfix
RUN echo "postfix postfix/mailname string wazuh-manager" | debconf-set-selections
Expand Down

0 comments on commit 92cfd70

Please sign in to comment.