Skip to content

Commit

Permalink
Renamed container to hyperify brand for hyperifyio/test#5
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaakko Heusala committed Sep 8, 2024
1 parent b049da9 commit 10c3302
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ version: '3.1'

services:

fi-hg-pg-server:
io-hyperify-pg-server:
restart: "unless-stopped"
container_name: fi-hg-pg-server
image: "fi-hg-pg-server:latest"
container_name: io-hyperify-pg-server
image: "io-hyperify-pg-server:latest"
cap_add:
- SYS_NICE # CAP_SYS_NICE
build:
Expand Down

0 comments on commit 10c3302

Please sign in to comment.