Use :latest tag in docker-compose.yml by default

This commit is contained in:
Laura Hausmann 2023-08-04 17:57:31 +02:00
parent 2ea0d06d62
commit 5f2f8af051
Signed by: zotan
GPG key ID: D044E84C5BE01605

View file

@ -2,7 +2,7 @@ version: "3"
services:
web:
image: iceshrimp.dev/iceshrimp/iceshrimp
image: iceshrimp.dev/iceshrimp/iceshrimp:latest
### If you want to build the image locally
# build:
# context: .