Add extra_hosts fix

This commit is contained in:
2025-06-17 10:53:44 +01:00
parent 1bad013ff2
commit a800f12fc9

View File

@@ -37,8 +37,8 @@ services:
NEXTCLOUD_ENABLE_DRI_DEVICE: true # Intel QuickSync NEXTCLOUD_ENABLE_DRI_DEVICE: true # Intel QuickSync
SKIP_DOMAIN_VALIDATION: false # This should only be set to true if things are correctly configured. SKIP_DOMAIN_VALIDATION: false # This should only be set to true if things are correctly configured.
TALK_PORT: 3478 # This allows to adjust the port that the talk container is using which is exposed on the host. See https://github.com/nextcloud/all-in-one#how-to-adjust-the-talk-port TALK_PORT: 3478 # This allows to adjust the port that the talk container is using which is exposed on the host. See https://github.com/nextcloud/all-in-one#how-to-adjust-the-talk-port
extra_hosts: #extra_hosts:
- cloud.kindawork.com:85.247.208.137 # - cloud.example.com:8.8.8.8 # Uncomment and edit if your domain is not resolving correctly.
gitea: gitea:
image: gitea/gitea:latest image: gitea/gitea:latest