Pull image from Docker Hub instead of building locally
This commit is contained in:
+1
-3
@@ -1,8 +1,6 @@
|
|||||||
services:
|
services:
|
||||||
check-printing:
|
check-printing:
|
||||||
build:
|
image: ${DOCKERHUB_USERNAME}/check-printing:latest
|
||||||
context: .
|
|
||||||
dockerfile: docker/Dockerfile
|
|
||||||
container_name: check-printing
|
container_name: check-printing
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
|
|||||||
Reference in New Issue
Block a user