13 lines
256 B
YAML
13 lines
256 B
YAML
version: '3.7'
|
|
|
|
services:
|
|
certbot:
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
args:
|
|
TARGETPLATFORM: 'linux/amd64'
|
|
# TARGETPLATFORM: 'linux/arm64'
|
|
# TARGETPLATFORM: 'linux/arm32/v7'
|
|
image: certbot_only:test
|