Compare commits

..

No commits in common. "180f99e4acd04aaffb0c387d0f4e01f8ae825c0f" and "3af65701c6d18539ccc3fc4fdf6833c7764200a8" have entirely different histories.

2 changed files with 3 additions and 4 deletions

View file

@ -7,7 +7,6 @@ templatefiles:
dest: ~/compose.yml
exports:
web:
sites:
- proxyaddress: "http://127.0.0.1:{{ ports.web }}"
publicname: "{{ config.publicurl | default(name, true) }}"
configdefinition:

View file

@ -6,7 +6,7 @@ networks:
services:
server:
image: codeberg.org/forgejo/forgejo:11
image: codeberg.org/forgejo/forgejo:9
container_name: forgejo
environment:
- USER_UID=1000