Merge branch 'master' of git.2li.ch:Nebucatnetzer/docker_systems

This commit is contained in:
Andreas Zweili 2020-06-06 13:25:29 +02:00
commit a1e895e0c1
2 changed files with 6 additions and 4 deletions

View File

@ -1,9 +1,11 @@
# docker_systems
# Docker Systems
A collection of my docker-compose files I'm currently using.
A collection of my docker-compose files.
Not all of the configurations are in active use, however I've ran all of them at
some point.
The files which are at the root folder are the same for every application.
E.g. the `traefik.yaml` file is used with all configurations which use Traefik.
The `traefik.yaml` file for example is used with all configurations which use Traefik.
The subfolders might include additional README files in case there is something
to be aware of.

View File

@ -12,7 +12,7 @@ services:
restart: unless-stopped
gitea:
image: gitea/gitea:1
image: gitea/gitea:latest
environment:
- USER_UID
- USER_GID