We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18abe08 commit e633d47Copy full SHA for e633d47
1 file changed
compose.yaml
@@ -4,8 +4,8 @@ services:
4
site:
5
build:
6
context: .
7
- dockerfile: Dockerfile
8
- image: ghcr.io/finki-hub/recordings-listing:local
+ image: finki-hub/recordings-listing:latest
9
ports:
10
- "8080:80"
+ pull_policy: never
11
restart: unless-stopped
0 commit comments