Skip to content
Snippets Groups Projects
Commit 4bcafab2 authored by Elian Loraux's avatar Elian Loraux
Browse files

apache to nginx for certificat error

parent 798cff99
No related branches found
No related tags found
No related merge requests found
version: "3" version: "3"
services: services:
website: website:
image: php:apache image: nginx
container_name: ${NAME} container_name: ${NAME}
volumes: volumes:
- ./www:/var/www/html - ./www:/usr/share/nginx/html
restart: ${RESTART} restart: ${RESTART}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment