Change port for h5ai

This commit is contained in:
Jean Froment 2017-03-09 17:34:42 +01:00
parent 8f53b12699
commit 3eff1c7f7c
2 changed files with 2 additions and 2 deletions

View File

@ -30,4 +30,4 @@ COPY supervisord.conf /etc/supervisor/conf.d/supervisord.conf
CMD supervisord -c /etc/supervisor/conf.d/supervisord.conf CMD supervisord -c /etc/supervisor/conf.d/supervisord.conf
# expose only nginx HTTP port # expose only nginx HTTP port
EXPOSE 12333 EXPOSE 80

View File

@ -62,7 +62,7 @@ services:
networks: networks:
- main - main
ports: ports:
- "12333:12333" - "12333:80"
volumes: volumes:
- torrents:/var/www - torrents:/var/www
- config:/config - config:/config