Skip to content

Commit

Permalink
[1.x] Add Forward Memcached Port (#512)
Browse files Browse the repository at this point in the history
  • Loading branch information
dammy001 authored Dec 14, 2022
1 parent 1c182ca commit 9ec5338
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stubs/memcached.stub
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
memcached:
image: 'memcached:alpine'
ports:
- '11211:11211'
- '${FORWARD_MEMCACHED_PORT:-11211}:11211'
networks:
- sail

0 comments on commit 9ec5338

Please sign in to comment.