Изменил(а) на 'gitea/docker-compose.yaml'

master
pipistrello 2022-01-10 16:29:16 +03:00
parent 43d79184d9
commit bba39ddf4a
1 changed files with 8 additions and 2 deletions

View File

@ -12,5 +12,11 @@ services:
- /mnt/containers/gitea/container-data/data:/data:Z - /mnt/containers/gitea/container-data/data:/data:Z
- /etc/timezone:/etc/timezone - /etc/timezone:/etc/timezone
- /etc/localtime:/etc/localtime - /etc/localtime:/etc/localtime
ports: # ports:
- "3000:3000" # - "3000:3000"
networks:
- reverseproxy-nw
networks:
reverseproxy-nw:
external: true