Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- version: '3'
- services:
- webserv:
- build:
- context: ./
- dockerfile: web.docker
- ports:
- - '80:80'
- - '443:443'
- depends_on:
- - app
- volumes:
- - ./:/app
- - ./default.conf:/etc/nginx/conf.d/default.conf
- app:
- image: 'bitnami/php-fpm:latest'
- ports:
- - '9000:9000'
- volumes:
- - ./:/app
Advertisement
Add Comment
Please, Sign In to add comment