chore: unexpose svn port

This commit is contained in:
Baoshuo Ren 2022-09-18 10:34:20 +08:00
parent 60cc939b19
commit c48966420b
Signed by: baoshuo
GPG Key ID: 00CB9680AB29F51A
2 changed files with 1 additions and 2 deletions

View File

@ -51,4 +51,3 @@ services:
- ./uoj_data/web/storage_submission:/opt/uoj/web/app/storage/submission
ports:
- "80:80"
- "3690:3690"

View File

@ -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