Skip to content

Commit

Permalink
Upgrade to 9.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sjoerdmulder committed Aug 6, 2015
1 parent dec6a1f commit 1defef7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM sjoerdmulder/java8

# Get and install teamcity
RUN curl -L https://download.jetbrains.com/teamcity/TeamCity-9.1.tar.gz | tar -xz -C /opt
RUN curl -L https://download.jetbrains.com/teamcity/TeamCity-9.1.1.tar.gz | tar -xz -C /opt

# Enable the correct Valve when running behind a proxy
RUN sed -i -e "s/\.*<\/Host>.*$/<Valve className=\"org.apache.catalina.valves.RemoteIpValve\" protocolHeader=\"x-forwarded-proto\" \/><\/Host>/" /opt/TeamCity/conf/server.xml
Expand All @@ -14,4 +14,4 @@ ENTRYPOINT ["/docker-entrypoint.sh"]

VOLUME /var/lib/teamcity
# Expose the Teamcity port
EXPOSE 8111
EXPOSE 8111

0 comments on commit 1defef7

Please sign in to comment.