Commit 85661551ec7fe0df0f698751dbf7ce06de9d5017

Authored by George Vlahavas
1 parent 040506fd4a

Freeze nginx:alpine to 1.19-alpine

Showing 1 changed file with 1 additions and 1 deletions

docker-compose.yml View file @ 8566155
... ... @@ -65,7 +65,7 @@
65 65  
66 66 #Controller
67 67 webserver:
68   - image: nginx:alpine
  68 + image: nginx:1.19-alpine
69 69 container_name: curex-webserver
70 70 restart: unless-stopped
71 71 tty: true