Skip to content

Commit a4ca166

Browse files
authored
Update docker-compose.yaml
1 parent 641dbfe commit a4ca166

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: "3.9"
22

33
services:
44
server:
5-
image: fastapi-server:${APP_VERSION}
5+
image: ${GITHUB_CONTAINER_REPO_SERVER}:${APP_VERSION}
66
container_name: ${PROJECT_NAME}-server
77
hostname: server
88
restart: unless-stopped

0 commit comments

Comments
 (0)