sha256:3f386e08e328acf6b664504f160085e959dc4cae77c146f3f6acbacf5938db92
Last pushed
9 days by omp7
Type
Compose
Manifest digest
sha256:3f386e08e328acf6b664504f160085e959dc4cae77c146f3f6acbacf5938db92
version: "3.9"
services:
nginx:
build: ./ng
image: omp7/my-nginx:v1
container_name: nginx-container
ports:
- 8888:80
docker compose -f oci://omp7/my-nginx:v1 upUse the above command to pull and run the Compose file. Learn more.