Skip to content

CREATE_SYMLINKS creates bad symlink #4

@azazar

Description

@azazar

CREATE_SYMLINKS doesn't work as expected. It is not supposed to create html symlink in app directory, when set to /home/ftpaccount/tds.xdmanage.com>/var/www/html.

Here's docker-compose.yml, that I use for my webserver.

version: '3'
services:
    itds-php:
        image: antage/apache2-php5:latest
        ports:
            - "8476:8080"
        volumes:
            - ./app:/var/www/html
        environment:
            CREATE_SYMLINKS: "/home/ftpaccount/tds.xdmanage.com>/var/www/html"
            APACHE_MODS: "rewrite auth_basic"
            APACHE_ALLOW_OVERRIDE: "All"
            APACHE_SERVER_NAME: "itds"
            APACHE_CUSTOMLOG: '"|/bin/cat" combined'
            APACHE_ERRORLOG: '"|/bin/cat"'
            PHP_MODS: "pdo pdo_mysql"
            PHP_SMTP: "localhost"
            PHP_SMTP_FROM: "nobody"
        restart: always

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions