Change filename

This commit is contained in:
TheThomaas 2023-05-21 14:09:35 +02:00
parent 10d57bb778
commit fa33811252

View file

@ -3,19 +3,21 @@ networks:
external: false
services:
server:
gitea:
image: gitea/gitea:latest
container_name: gitea
environment:
- USER_UID=1000
- USER_GID=1000
restart: always
networks:
- gitea
volumes:
- /mnt/appdata/gitea:/data
# Config
- $APPDATA/gitea:/data
# Other
- /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro
environment:
USER_UID: $PUID
USER_GID: $PGID
ports:
- "8084:3000"
- "2221:22"
- 8084:3000
- 2221:22
networks:
- gitea
restart: unless-stopped