mirror of
https://github.com/yeasy/docker_practice.git
synced 2026-08-10 16:37:34 +00:00
9 lines
126 B
Go
9 lines
126 B
Go
name: docker-practice
|
|
|
|
services:
|
|
web:
|
|
image: nginx:1.28-alpine
|
|
ports:
|
|
- "8080:80"
|
|
restart: unless-stopped
|