mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-24 23:25:48 -07:00
Update docker-compose.yml
This commit is contained in:
parent
2de82a67cc
commit
0d250fff0e
1 changed files with 1 additions and 4 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue