2
0
Fork 0
mirror of https://git.asonix.dog/asonix/pict-rs synced 2024-12-22 03:11:24 +00:00

Use '0.4' as example docker tag

This commit is contained in:
asonix 2023-07-11 13:19:34 -05:00
parent a6aa96c53c
commit 688990d0cd

View file

@ -2,7 +2,7 @@ version: '3.3'
services:
pictrs:
image: asonix/pictrs:0.4.1
image: asonix/pictrs:0.4
ports:
- "127.0.0.1:8080:8080"
restart: always