1
0
Fork 0
mirror of https://git.tt-rss.org/fox/ttrss-docker-compose synced 2025-06-08 16:19:52 +02:00

Update 'docker-compose.yml'

This commit is contained in:
lkwg82 2021-10-22 12:32:38 +03:00
parent 3beab5efe2
commit ddec06171a

View file

@ -56,7 +56,7 @@ services:
build: ./web-nginx build: ./web-nginx
restart: unless-stopped restart: unless-stopped
ports: ports:
- ${HTTP_PORT}:80 - ${HTTP_PORT}:8080
volumes: volumes:
- app:/var/www/html:ro - app:/var/www/html:ro
depends_on: depends_on: