Renew your free EUserv IPv6 VPS.
docker run -d \
--name euserv-extend \
--network host \
--log-opt max-size=1m \
--restart unless-stopped \
-e USERNAME='[email protected] [email protected]' \
-e PASSWORD='password1 password2' \
-e CRONTAB='0 1 * * 5' \
-e TZ='Asia/Shanghai'
p3terx/euserv-extend
services:
EUserv-extend:
container_name: euserv-extend
image: p3terx/euserv-extend
environment:
- [email protected] [email protected]
- PASSWORD=password1 password2
- CRONTAB=0 1 * * 5
- TZ=Asia/Shanghai
network_mode: host
restart: unless-stopped
logging:
driver: json-file
options:
max-size: 1m
docker exec euserv-extend cat /euserv.log
Content type
Image
Digest
sha256:3c714fcad…
Size
24.1 MB
Last updated
over 2 years ago
docker pull p3terx/euserv-extend