diff --git a/docker-compose.yml b/docker-compose.yml index c63e5da..4050ff1 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -25,7 +25,7 @@ services: - GITEA_MAILER_PASSWD=$GITEA_MAILER_PASSWD volumes: - - gitea-app-2:/data + - gitea-app-4:/data ports: - 3000:3000 - 22:22 @@ -47,7 +47,7 @@ services: networks: - appnet volumes: - gitea-app-2: + gitea-app-4: gitea-data: networks: diff --git a/gitea/Dockerfile b/gitea/Dockerfile index 491705d..0dba828 100644 --- a/gitea/Dockerfile +++ b/gitea/Dockerfile @@ -1,6 +1,6 @@ ARG REGISTRY -FROM ${REGISTRY}gitea/gitea:1.16.8-linux-amd64 +FROM ${REGISTRY}gitea/gitea:1.16.7-linux-amd64 COPY app.ini /init/ -COPY ./templates /init/templates/ +#COPY ./templates /init/templates/ COPY run.sh / CMD ["sh", "/run.sh"] \ No newline at end of file