You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
gitea: |
|
container_name: gitea |
|
hostname: gitea |
|
image: registry.sindominio.net/gitea |
|
restart: always |
|
user: 110:65534 |
|
ports: |
|
- "3000:3000" |
|
- "42001:42001" |
|
volumes: |
|
- /opt/gitea/data:/data
|
|
|