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
|
CMD supervisord -c /etc/supervisor/conf.d/supervisord.conf
|
||||||
|
|
||||||
# expose only nginx HTTP port
|
# expose only nginx HTTP port
|
||||||
EXPOSE 12333
|
EXPOSE 80
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue