Merge pull request 'Update gitea/gitea Docker tag to v1.11.5' (#9) from renovate/docker-gitea-gitea-1.x into master
continuous-integration/drone/push Build is passing Details

This commit is contained in:
decentral1se 2020-05-10 11:49:11 +02:00
commit eb1bfdfd2b
4 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
FROM gitea/gitea:1.11.4
FROM gitea/gitea:1.11.5
EXPOSE 3020
EXPOSE 2222

View File

@ -3,7 +3,7 @@ version: "3.7"
services:
gitea:
image: gitea/gitea:1.11.4
image: gitea/gitea:1.11.5
volumes:
- git:/data
ports:

View File

@ -3,7 +3,7 @@ version: "3.7"
services:
gitea:
image: gitea/gitea:1.11.4
image: gitea/gitea:1.11.5
volumes:
- git:/data
networks:

View File

@ -3,6 +3,6 @@ version: "3.7"
services:
gitea:
image: gitea/gitea:1.11.4
image: gitea/gitea:1.11.5
ports:
- "3000:3000"