Fix image names for podman short-name resolution
This commit is contained in:
+2
-2
@@ -1,6 +1,6 @@
|
||||
services:
|
||||
redis:
|
||||
image: redis:7-alpine
|
||||
image: docker.io/redis:7-alpine
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "6379:6379"
|
||||
@@ -61,7 +61,7 @@ services:
|
||||
- bornetime
|
||||
|
||||
frontend:
|
||||
image: node:22-alpine
|
||||
image: docker.io/node:22-alpine
|
||||
working_dir: /app
|
||||
command: sh -c "npm install && npm run dev -- --host 0.0.0.0"
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user