Compare commits

..

2 Commits

Author SHA1 Message Date
5def86e278 Forgot to open the port of the container 2025-08-08 19:52:59 -04:00
b358818c1a Fix the port throught webui..
You can really get stuck if the flake need the service that is down because the flake is badly configured because you cannot change it because the flake wont build because................
2025-08-08 23:32:47 +00:00

View File

@@ -7,11 +7,15 @@ services:
- USER_UID=1000
- USER_GID=1000
- GITEA__server__ROOT_URL=https://code.lazyworkhorse.net
- SSH_PORT=2222
- SSH_LISTEN_PORT=2222
volumes:
- /mnt/HoardingCow_docker_data/Gitea:/data
networks:
- traefik-net
restart: unless-stopped
ports:
- "2222:2222"
labels:
- "traefik.enable=true"