dockerfiles/linux-command/docker-compose.yml

9 lines
150 B
YAML

version: "3.3"
services:
web:
image: stilleshan/linux-command
container_name: linux-command
ports:
- 8888:80
restart: always