Make WordPress Core


Ignore:
Timestamp:
06/04/2020 04:51:32 PM (5 years ago)
Author:
desrosj
Message:

Docs: Fix a typo in the Docker compose file.

See #49572.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/docker-compose.yml

    r47225 r47912  
    2222      - ./:/var/www
    2323
    24     # Load our config file, substituning environment variables into the config.
     24    # Load our config file, substituting environment variables into the config.
    2525    command: /bin/sh -c "envsubst '$$LOCAL_DIR' < /etc/nginx/conf.d/default.template > /etc/nginx/conf.d/default.conf && exec nginx -g 'daemon off;'"
    2626
Note: See TracChangeset for help on using the changeset viewer.