docker-compose.yml 150 B

12345678
  1. version: "3.3"
  2. services:
  3. web:
  4. image: stilleshan/linux-command
  5. container_name: linux-command
  6. ports:
  7. - 8888:80
  8. restart: always