mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-25 07:35: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:
|
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:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue