Skip to content

Commit

Permalink
change container_name
Browse files Browse the repository at this point in the history
  • Loading branch information
hafiziruslan committed Aug 2, 2024
1 parent 0d5ee3d commit 9d5e31c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
version: "3"
version: '3'

services:
wppconnect:
container_name: wppconnect-server
container_name: server
restart: unless-stopped
build:
context: .
volumes:
- ./config.ts:/usr/src/wpp-server/dist/config.js
- ./tokens:/usr/src/wpp-server/tokens
ports:
- "21465:21465"
- '21465:21465'

0 comments on commit 9d5e31c

Please sign in to comment.