Remove 'v' from image tag

This commit is contained in:
asonix 2023-06-19 15:25:21 -05:00
parent 5b15044b0a
commit 0b97bb4d00

View file

@ -2,7 +2,7 @@ version: '3.3'
services:
pictrs:
image: asonix/pictrs:v0.4.0-rc.4
image: asonix/pictrs:0.4.0-rc.4
ports:
- "127.0.0.1:8080:8080"
restart: always