Merge branch 'main' of ssh://docker.sq.lan:3022/Rust/SqPad

This commit is contained in:
Justine Pelletreau 2023-07-03 18:43:10 +02:00
commit fd9addbbf2

View File

@ -2,7 +2,7 @@ version: "3"
services: services:
sqpad: sqpad:
image: squi/sqpad:latest image: squi/sqpad:latest
container_namer: sqpad container_name: sqpad
ports: ports:
- "8080:8080" - "8080:8080"
restart: unless-stopped restart: unless-stopped