mirror of
https://github.com/yeasy/docker_practice.git
synced 2026-08-10 16:37:34 +00:00
fix(ci): harden publishing and validate examples
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
name: docker-practice
|
||||
|
||||
services:
|
||||
web:
|
||||
image: nginx:1.28-alpine
|
||||
ports:
|
||||
- "8080:80"
|
||||
restart: unless-stopped
|
||||
Reference in New Issue
Block a user