Add hostname to get rid of Apache Server_Name warning.
This commit is contained in:
parent
e90878116f
commit
63ee001ec7
|
@ -4,6 +4,7 @@ services:
|
|||
app:
|
||||
image: nextcloud:latest
|
||||
container_name: nextcloud
|
||||
hostname: next.ionathan.ch
|
||||
ports:
|
||||
- 8000:80
|
||||
volumes:
|
||||
|
|
Loading…
Reference in New Issue