commit 6b5c217dcfca9757362c858f6c0b4558235eb153 Author: stephane.david Date: Mon Jul 27 17:44:34 2026 +0200 First version diff --git a/docker-compose.yml b/docker-compose.yml new file mode 100644 index 0000000..f1478cc --- /dev/null +++ b/docker-compose.yml @@ -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 \ No newline at end of file