added hostname for container
This commit is contained in:
parent
73c89e982c
commit
09ab2bdebc
@ -9,6 +9,7 @@ services:
|
||||
#########################
|
||||
app:
|
||||
image: git.shihaam.dev/dockerfiles/nextcloud
|
||||
hostname: nextcloud
|
||||
volumes:
|
||||
- ./configs/init:/root/init
|
||||
- ./configs/etc/nginx:/etc/nginx
|
||||
|
@ -4,6 +4,7 @@ services:
|
||||
app:
|
||||
build: .
|
||||
image: git.shihaam.dev/dockerfiles/nextcloud
|
||||
hostname: nextcloud
|
||||
volumes:
|
||||
- ./configs/init:/root/init
|
||||
- ./configs/etc/nginx:/etc/nginx
|
||||
|
Loading…
x
Reference in New Issue
Block a user