You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
212 B
YAML

version: '3'
services:
enter-bash:
image: dockerregistry.legaragenumerique.fr/enter-bash:1.0
hostname: enter-bash
container_name: enter-bash
ports:
- "4444:22"
restart: unless-stopped