Update docker-compose.yml

This commit is contained in:
Roman Kelesidis 2024-08-08 19:56:51 +07:00
commit 0d250fff0e

View file

@ -2,14 +2,11 @@ version: '3.8'
services: services:
torrentpier: torrentpier:
build: build: .
context: .
container_name: torrentpier container_name: torrentpier
ports: ports:
- "80:80" - "80:80"
- "443:443" - "443:443"
volumes:
- .:/var/www/html/
depends_on: depends_on:
- db - db
db: db: