Introduce new container registry

This commit is contained in:
2023-04-07 11:42:09 +02:00
parent a6795c71c7
commit 1cb8d65615
3 changed files with 10 additions and 7 deletions

View File

@@ -4,7 +4,7 @@ Docker Compose Example
version: "3"
services:
paper:
image: "pandacubefr/paper:(version)"
image: "cr.pandacube.fr/paper:(version)"
container_name: (server name)
stdin_open: true # docker run -i
tty: true # docker run -t