mirror of
https://github.com/teddysun/across.git
synced 2025-04-22 20:09:32 +08:00
10 lines
300 B
Bash
Executable File
10 lines
300 B
Bash
Executable File
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
|