Adding more ports in docker-compose.yml
This commit is contained in:
parent
d10864f24d
commit
1251895aa9
1 changed files with 3 additions and 0 deletions
|
@ -9,6 +9,8 @@ services:
|
|||
- POSTGRES_USER=ttrss
|
||||
- POSTGRES_PASSWORD=password-dev
|
||||
- POSTGRES_DB=ttrss
|
||||
ports:
|
||||
- 5432:5432
|
||||
|
||||
tt-rss:
|
||||
image: feedati/tt-rss:latest
|
||||
|
@ -20,6 +22,7 @@ services:
|
|||
- ./docker/config.php:/var/www/html/tt-rss/config.php:ro
|
||||
ports:
|
||||
- 8000:80
|
||||
- 9312:9312
|
||||
|
||||
rss-bridge:
|
||||
image: feedati/rss-bridge:latest
|
||||
|
|
Loading…
Reference in a new issue