Skip to content

Commit

Permalink
make version specific in example docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
JeromeBu committed Apr 10, 2024
1 parent 2cc89f9 commit a61c575
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ version: "3.8"
services:
api:
platform: linux/amd64
image: codegouvfr/sill-api:latest
image: codegouvfr/sill-api:1.42.7
env_file: .env
restart: unless-stopped

web:
platform: linux/amd64
image: codegouvfr/sill-web:latest
image: codegouvfr/sill-web:1.42.7
restart: unless-stopped

nginx:
Expand Down

0 comments on commit a61c575

Please sign in to comment.