Move to original base
All checks were successful
Remote Deployment Pipeline / Prepare deployment vars (push) Successful in 2s
Remote Deployment Pipeline / Create remote directory (push) Successful in 7s
Remote Deployment Pipeline / Cleanup MR environment (push) Has been skipped
Remote Deployment Pipeline / Sync repository files (push) Successful in 39s
Remote Deployment Pipeline / Run docker-compose remotely (push) Successful in 9s

This commit is contained in:
2025-10-21 22:01:15 +02:00
parent 691f04e90f
commit 8821942672

View File

@@ -1,7 +1,7 @@
version: "3.9" version: "3.9"
services: services:
web: web:
image: nginx:alpine image: nginx:latest
ports: ports:
- "80" - "80"
volumes: volumes: