First version

This commit is contained in:
2026-07-27 17:44:34 +02:00
commit 6b5c217dcf
+11
View File
@@ -0,0 +1,11 @@
services:
alpinedev:
image: alpine:3.20
container_name: alpine
hostname: alpine
environment:
- TZ=Europe/Paris
volumes:
- /etc/timezone:/etc/timezone:ro
- /etc/localtim:/etc/localtime:ro
restart: unless-stopped