mirror of
https://github.com/renbaoshuo/S2OJ.git
synced 2024-11-08 13:38:41 +00:00
chore: unexpose svn port
This commit is contained in:
parent
60cc939b19
commit
c48966420b
@ -51,4 +51,3 @@ services:
|
||||
- ./uoj_data/web/storage_submission:/opt/uoj/web/app/storage/submission
|
||||
ports:
|
||||
- "80:80"
|
||||
- "3690:3690"
|
||||
|
@ -16,5 +16,5 @@ service apache2 start\n\
|
||||
exec bash\n" >/opt/up && chmod +x /opt/up
|
||||
|
||||
ENV LANG=C.UTF-8 TZ=Asia/Shanghai
|
||||
EXPOSE 80 3690
|
||||
EXPOSE 80
|
||||
CMD /opt/up
|
||||
|
Loading…
Reference in New Issue
Block a user