8000 `/var/www/html` belongs to the admin user · Issue #20 · civicrm/civicrm-docker · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
/var/www/html belongs to the admin user #20
Open
@abrain

Description

@abrain

Following the change to the specific UID (see #8), the USER instructions were removed alltogether. However, the /var/www/html directory still belongs to the admin user.

$ ls -l /var/www
total 4
drwxrwxrwt 1 admin admin 4096 Mar 23 01:48 html

It may make sense to remove the following lines, if the user is not used anymore:

# Add an admin user
RUN useradd admin --home-dir /home/admin --create-home
# Run apache as admin
RUN chown admin:admin /var/www/html

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0