First version
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user