Ultima attività 1728564616

Revisione 2320071785d759956c4af03bad62d34231e6d1ff

docker-compose.yml Raw
1services:
2 cftest:
3 image: gitea.uuid.rocks/geobox/debian:12-slim
4 init: true
5 command: bash -c "trap 'echo STOPPING; sleep 3' SIGINT SIGQUIT SIGHUP SIGTERM; sleep infinity & wait"
6 stdin_open: true # docker run -i
7 tty: true # docker run -t