Skip to content

Commit

Permalink
set ossec user's home path
Browse files Browse the repository at this point in the history
  • Loading branch information
forana committed Oct 11, 2018
1 parent 6652736 commit 14db935
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 14db935

Please sign in to comment.