Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dimaip committed Oct 5, 2023
1 parent edffeba commit d548e65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3.4"
services:
web:
restart: on-failure
restart: always
image: ghcr.io/psmb/memorybot:main
hostname: 'memoryBot'
networks:
Expand All @@ -14,4 +14,4 @@ services:
networks:
main:
external:
name: main
name: main

0 comments on commit d548e65

Please sign in to comment.