Change port for h5ai
This commit is contained in:
parent
8f53b12699
commit
3eff1c7f7c
|
@ -30,4 +30,4 @@ COPY supervisord.conf /etc/supervisor/conf.d/supervisord.conf
|
|||
CMD supervisord -c /etc/supervisor/conf.d/supervisord.conf
|
||||
|
||||
# expose only nginx HTTP port
|
||||
EXPOSE 12333
|
||||
EXPOSE 80
|
|
@ -62,7 +62,7 @@ services:
|
|||
networks:
|
||||
- main
|
||||
ports:
|
||||
- "12333:12333"
|
||||
- "12333:80"
|
||||
volumes:
|
||||
- torrents:/var/www
|
||||
- config:/config
|
||||
|
|
Loading…
Reference in New Issue