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:
torrentpier:
build:
context: .
build: .
container_name: torrentpier
ports:
- "80:80"
- "443:443"
volumes:
- .:/var/www/html/
depends_on:
- db
db: