1
0
Fork 0

Add hostname to get rid of Apache Server_Name warning.

This commit is contained in:
Jonathan Chan 2022-02-19 22:38:02 +01:00
parent e90878116f
commit 63ee001ec7
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ services:
app:
image: nextcloud:latest
container_name: nextcloud
hostname: next.ionathan.ch
ports:
- 8000:80
volumes: