mirror of
https://github.com/teddysun/across.git
synced 2025-11-26 21:35:33 +08:00
date
This commit is contained in:
9
init-nextcloud.sh
Executable file
9
init-nextcloud.sh
Executable file
@@ -0,0 +1,9 @@
|
||||
docker run -d --name nextcloud\
|
||||
-v /nextcloud-data:/var/www/html\
|
||||
-e POSTGRES_HOST="ddvudo.tk"\
|
||||
-e POSTGRES_DB="nextcloud"\
|
||||
-e POSTGRES_USER="postgres"\
|
||||
-e POSTGRES_PASSWORD="liukang951006"\
|
||||
-p 80:80\
|
||||
--link postgres:postgres\
|
||||
nextcloud
|
||||
Reference in New Issue
Block a user