mirror of
https://github.com/yeasy/docker_practice.git
synced 2025-10-31 18:21:33 +00:00
delete all duplicate empty blanks
Signed-off-by: Xiang Dai <764524258@qq.com>
This commit is contained in:
@@ -67,7 +67,7 @@ services:
|
||||
dns: 114.114.114.114
|
||||
|
||||
volumes:
|
||||
drone-data:
|
||||
drone-data:
|
||||
```
|
||||
|
||||
替换 `${SSL_PATH}` 为你网站的 SSL 证书路径。
|
||||
@@ -117,7 +117,7 @@ package main
|
||||
|
||||
import "fmt"
|
||||
|
||||
func main(){
|
||||
func main(){
|
||||
fmt.Printf("Hello World!");
|
||||
}
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user