mirror of
https://github.com/stilleshan/dockerfiles.git
synced 2025-09-26 21:01:15 +08:00
9 lines
150 B
YAML
9 lines
150 B
YAML
version: "3.3"
|
|
services:
|
|
web:
|
|
image: stilleshan/linux-command
|
|
container_name: linux-command
|
|
ports:
|
|
- 8888:80
|
|
restart: always
|