mirror of
https://github.com/nextcloud/docker.git
synced 2025-06-17 16:44:46 +02:00
Use Alpine Linux in examples and use default user
Signed-off-by: J0WI <J0WI@users.noreply.github.com> Signed-off-by: marceljd <support@dihosting.ch>
This commit is contained in:
parent
bbac334a0b
commit
c3ab1f5a25
27 changed files with 22 additions and 29 deletions
|
@ -2,7 +2,7 @@ version: '3'
|
|||
|
||||
services:
|
||||
db:
|
||||
image: postgres
|
||||
image: postgres:alpine
|
||||
restart: always
|
||||
volumes:
|
||||
- db:/var/lib/postgresql/data
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue